Struct x11_dl::xft::XftFontSet
source · #[repr(C)]pub struct XftFontSet {
pub nfont: c_int,
pub sfont: c_int,
pub fonts: *mut *mut XftPattern,
}
Fields§
§nfont: c_int
§sfont: c_int
§fonts: *mut *mut XftPattern
Trait Implementations§
source§impl Clone for XftFontSet
impl Clone for XftFontSet
source§fn clone(&self) -> XftFontSet
fn clone(&self) -> XftFontSet
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XftFontSet
impl Debug for XftFontSet
source§impl PartialEq for XftFontSet
impl PartialEq for XftFontSet
impl Copy for XftFontSet
impl StructuralPartialEq for XftFontSet
Auto Trait Implementations§
impl Freeze for XftFontSet
impl RefUnwindSafe for XftFontSet
impl !Send for XftFontSet
impl !Sync for XftFontSet
impl Unpin for XftFontSet
impl UnwindSafe for XftFontSet
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
)