Struct xproto::_xQueryFontReply[][src]

#[repr(C)]pub struct _xQueryFontReply {
    pub type_: BYTE,
    pub pad1: BYTE,
    pub sequenceNumber: CARD16,
    pub length: CARD32,
    pub minBounds: xCharInfo,
    pub walign1: CARD32,
    pub maxBounds: xCharInfo,
    pub walign2: CARD32,
    pub minCharOrByte2: CARD16,
    pub maxCharOrByte2: CARD16,
    pub defaultChar: CARD16,
    pub nFontProps: CARD16,
    pub drawDirection: CARD8,
    pub minByte1: CARD8,
    pub maxByte1: CARD8,
    pub allCharsExist: BOOL,
    pub fontAscent: INT16,
    pub fontDescent: INT16,
    pub nCharInfos: CARD32,
}

Fields

type_: BYTEpad1: BYTEsequenceNumber: CARD16length: CARD32minBounds: xCharInfowalign1: CARD32maxBounds: xCharInfowalign2: CARD32minCharOrByte2: CARD16maxCharOrByte2: CARD16defaultChar: CARD16nFontProps: CARD16drawDirection: CARD8minByte1: CARD8maxByte1: CARD8allCharsExist: BOOLfontAscent: INT16fontDescent: INT16nCharInfos: CARD32

Trait Implementations

impl Clone for _xQueryFontReply[src]

impl Copy for _xQueryFontReply[src]

impl Debug for _xQueryFontReply[src]

impl Eq for _xQueryFontReply[src]

impl Parcel for _xQueryFontReply[src]

impl PartialEq<_xQueryFontReply> for _xQueryFontReply[src]

impl StructuralEq for _xQueryFontReply[src]

impl StructuralPartialEq for _xQueryFontReply[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.