Struct xcb_sys::xcb_list_fonts_with_info_reply_t[][src]

#[repr(C)]
pub struct xcb_list_fonts_with_info_reply_t {
Show 19 fields pub response_type: u8, pub name_len: u8, pub sequence: u16, pub length: u32, pub min_bounds: xcb_charinfo_t, pub pad0: [u8; 4], pub max_bounds: xcb_charinfo_t, pub pad1: [u8; 4], pub min_char_or_byte2: u16, pub max_char_or_byte2: u16, pub default_char: u16, pub properties_len: u16, pub draw_direction: u8, pub min_byte1: u8, pub max_byte1: u8, pub all_chars_exist: u8, pub font_ascent: i16, pub font_descent: i16, pub replies_hint: u32,
}

Fields

response_type: u8name_len: u8sequence: u16length: u32min_bounds: xcb_charinfo_tpad0: [u8; 4]max_bounds: xcb_charinfo_tpad1: [u8; 4]min_char_or_byte2: u16max_char_or_byte2: u16default_char: u16properties_len: u16draw_direction: u8min_byte1: u8max_byte1: u8all_chars_exist: u8font_ascent: i16font_descent: i16replies_hint: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.