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