Struct x11_dl::xft::XftGlyphFontSpec [−][src]
#[repr(C)]pub struct XftGlyphFontSpec {
pub font: *mut XftFont,
pub glyph: FT_UInt,
pub x: c_short,
pub y: c_short,
}Fields
font: *mut XftFontglyph: FT_UIntx: c_shorty: c_shortTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for XftGlyphFontSpec
impl !Send for XftGlyphFontSpec
impl !Sync for XftGlyphFontSpec
impl Unpin for XftGlyphFontSpec
impl UnwindSafe for XftGlyphFontSpec
Blanket Implementations
Mutably borrows from an owned value. Read more
