Struct x11::xrender::_XGlyphInfo
source · [−]#[repr(C)]pub struct _XGlyphInfo {
pub width: c_ushort,
pub height: c_ushort,
pub x: c_short,
pub y: c_short,
pub xOff: c_short,
pub yOff: c_short,
}
Fields
width: c_ushort
height: c_ushort
x: c_short
y: c_short
xOff: c_short
yOff: c_short
Trait Implementations
sourceimpl Clone for _XGlyphInfo
impl Clone for _XGlyphInfo
sourcefn clone(&self) -> _XGlyphInfo
fn clone(&self) -> _XGlyphInfo
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 _XGlyphInfo
impl Debug for _XGlyphInfo
sourceimpl PartialEq<_XGlyphInfo> for _XGlyphInfo
impl PartialEq<_XGlyphInfo> for _XGlyphInfo
sourcefn eq(&self, other: &_XGlyphInfo) -> bool
fn eq(&self, other: &_XGlyphInfo) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for _XGlyphInfo
impl StructuralPartialEq for _XGlyphInfo
Auto Trait Implementations
impl RefUnwindSafe for _XGlyphInfo
impl Send for _XGlyphInfo
impl Sync for _XGlyphInfo
impl Unpin for _XGlyphInfo
impl UnwindSafe for _XGlyphInfo
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