Struct x11_dl::xrender::_XGlyphElt16
source · #[repr(C)]pub struct _XGlyphElt16 {
pub glyphset: GlyphSet,
pub chars: *mut c_ushort,
pub nchars: c_int,
pub xOff: c_int,
pub yOff: c_int,
}
Fields§
§glyphset: GlyphSet
§chars: *mut c_ushort
§nchars: c_int
§xOff: c_int
§yOff: c_int
Trait Implementations§
source§impl Clone for _XGlyphElt16
impl Clone for _XGlyphElt16
source§fn clone(&self) -> _XGlyphElt16
fn clone(&self) -> _XGlyphElt16
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _XGlyphElt16
impl Debug for _XGlyphElt16
source§impl PartialEq for _XGlyphElt16
impl PartialEq for _XGlyphElt16
source§fn eq(&self, other: &_XGlyphElt16) -> bool
fn eq(&self, other: &_XGlyphElt16) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _XGlyphElt16
impl StructuralPartialEq for _XGlyphElt16
Auto Trait Implementations§
impl Freeze for _XGlyphElt16
impl RefUnwindSafe for _XGlyphElt16
impl !Send for _XGlyphElt16
impl !Sync for _XGlyphElt16
impl Unpin for _XGlyphElt16
impl UnwindSafe for _XGlyphElt16
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more