#[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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)