#[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§
source§impl PartialEq for XftFont
impl PartialEq for XftFont
impl Copy for XftFont
impl StructuralPartialEq for XftFont
Auto Trait Implementations§
impl Freeze for XftFont
impl RefUnwindSafe for XftFont
impl !Send for XftFont
impl !Sync for XftFont
impl Unpin for XftFont
impl UnwindSafe for XftFont
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more