Struct x11::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
sourceimpl Clone for XftFontSet
impl Clone for XftFontSet
sourcefn clone(&self) -> XftFontSet
fn clone(&self) -> XftFontSet
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XftFontSet
impl Debug for XftFontSet
sourceimpl PartialEq<XftFontSet> for XftFontSet
impl PartialEq<XftFontSet> for XftFontSet
sourcefn eq(&self, other: &XftFontSet) -> bool
fn eq(&self, other: &XftFontSet) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XftFontSet
impl StructuralPartialEq for XftFontSet
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
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