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