Struct x11::xft::XftCharFontSpec
source · [−]#[repr(C)]pub struct XftCharFontSpec {
pub font: *mut XftFont,
pub ucs4: FcChar32,
pub x: c_short,
pub y: c_short,
}Fields
font: *mut XftFontucs4: FcChar32x: c_shorty: c_shortTrait Implementations
sourceimpl Clone for XftCharFontSpec
impl Clone for XftCharFontSpec
sourcefn clone(&self) -> XftCharFontSpec
fn clone(&self) -> XftCharFontSpec
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 XftCharFontSpec
impl Debug for XftCharFontSpec
sourceimpl PartialEq<XftCharFontSpec> for XftCharFontSpec
impl PartialEq<XftCharFontSpec> for XftCharFontSpec
sourcefn eq(&self, other: &XftCharFontSpec) -> bool
fn eq(&self, other: &XftCharFontSpec) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for XftCharFontSpec
impl StructuralPartialEq for XftCharFontSpec
Auto Trait Implementations
impl RefUnwindSafe for XftCharFontSpec
impl !Send for XftCharFontSpec
impl !Sync for XftCharFontSpec
impl Unpin for XftCharFontSpec
impl UnwindSafe for XftCharFontSpec
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