Struct x11::xft::XftCharSpec
source · [−]Fields
ucs4: FcChar32
x: c_short
y: c_short
Trait Implementations
sourceimpl Clone for XftCharSpec
impl Clone for XftCharSpec
sourcefn clone(&self) -> XftCharSpec
fn clone(&self) -> XftCharSpec
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 XftCharSpec
impl Debug for XftCharSpec
sourceimpl PartialEq<XftCharSpec> for XftCharSpec
impl PartialEq<XftCharSpec> for XftCharSpec
sourcefn eq(&self, other: &XftCharSpec) -> bool
fn eq(&self, other: &XftCharSpec) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XftCharSpec
impl StructuralPartialEq for XftCharSpec
Auto Trait Implementations
impl RefUnwindSafe for XftCharSpec
impl Send for XftCharSpec
impl Sync for XftCharSpec
impl Unpin for XftCharSpec
impl UnwindSafe for XftCharSpec
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