#[repr(C)]pub struct XftFont {
pub ascent: c_int,
pub descent: c_int,
pub height: c_int,
pub max_advance_width: c_int,
pub charset: *mut FcCharSet,
pub pattern: *mut FcPattern,
}
Fields
ascent: c_int
descent: c_int
height: c_int
max_advance_width: c_int
charset: *mut FcCharSet
pattern: *mut FcPattern
Trait Implementations
sourceimpl PartialEq<XftFont> for XftFont
impl PartialEq<XftFont> for XftFont
impl Copy for XftFont
impl StructuralPartialEq for XftFont
Auto Trait Implementations
impl RefUnwindSafe for XftFont
impl !Send for XftFont
impl !Sync for XftFont
impl Unpin for XftFont
impl UnwindSafe for XftFont
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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