Struct xproto::xListFontsWithInfoReply
source · #[repr(C)]pub struct xListFontsWithInfoReply {Show 19 fields
pub type_: BYTE,
pub nameLength: CARD8,
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 nReplies: CARD32,
}Fields
type_: BYTEnameLength: CARD8sequenceNumber: CARD16length: CARD32minBounds: xCharInfowalign1: CARD32maxBounds: xCharInfowalign2: CARD32minCharOrByte2: CARD16maxCharOrByte2: CARD16defaultChar: CARD16nFontProps: CARD16drawDirection: CARD8minByte1: CARD8maxByte1: CARD8allCharsExist: BOOLfontAscent: INT16fontDescent: INT16nReplies: CARD32Trait Implementations
sourceimpl Clone for xListFontsWithInfoReply
impl Clone for xListFontsWithInfoReply
sourcefn clone(&self) -> xListFontsWithInfoReply
fn clone(&self) -> xListFontsWithInfoReply
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for xListFontsWithInfoReply
impl Debug for xListFontsWithInfoReply
impl Copy for xListFontsWithInfoReply
Auto Trait Implementations
impl RefUnwindSafe for xListFontsWithInfoReply
impl Send for xListFontsWithInfoReply
impl Sync for xListFontsWithInfoReply
impl Unpin for xListFontsWithInfoReply
impl UnwindSafe for xListFontsWithInfoReply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more