Struct x11_dl::xft::XftFontSet [−][src]
#[repr(C)]pub struct XftFontSet {
pub nfont: c_int,
pub sfont: c_int,
pub fonts: *mut *mut XftPattern,
}Fields
nfont: c_intsfont: c_intfonts: *mut *mut XftPatternTrait 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 XftFontSet
impl !Send for XftFontSet
impl !Sync for XftFontSet
impl Unpin for XftFontSet
impl UnwindSafe for XftFontSet
Blanket Implementations
Mutably borrows from an owned value. Read more
