[][src]Struct breadx::auto::xproto::QueryFontReply

pub struct QueryFontReply {
    pub reply_type: u8,
    pub sequence: u16,
    pub length: u32,
    pub min_bounds: Charinfo,
    pub max_bounds: Charinfo,
    pub min_char_or_byte2: u16,
    pub max_char_or_byte2: u16,
    pub default_char: u16,
    pub draw_direction: FontDraw,
    pub min_byte1: u8,
    pub max_byte1: u8,
    pub all_chars_exist: bool,
    pub font_ascent: i16,
    pub font_descent: i16,
    pub properties: Vec<Fontprop>,
    pub char_infos: Vec<Charinfo>,
}

Fields

reply_type: u8sequence: u16length: u32min_bounds: Charinfomax_bounds: Charinfomin_char_or_byte2: u16max_char_or_byte2: u16default_char: u16draw_direction: FontDrawmin_byte1: u8max_byte1: u8all_chars_exist: boolfont_ascent: i16font_descent: i16properties: Vec<Fontprop>char_infos: Vec<Charinfo>

Trait Implementations

impl AsByteSequence for QueryFontReply[src]

impl Clone for QueryFontReply[src]

impl Debug for QueryFontReply[src]

impl Default for QueryFontReply[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.