#[repr(C)]pub struct _XGlyphElt32 {
pub glyphset: u64,
pub chars: *mut u32,
pub nchars: i32,
pub xOff: i32,
pub yOff: i32,
}Fields§
§glyphset: u64§chars: *mut u32§nchars: i32§xOff: i32§yOff: i32Trait Implementations§
source§impl Clone for _XGlyphElt32
impl Clone for _XGlyphElt32
source§fn clone(&self) -> _XGlyphElt32
fn clone(&self) -> _XGlyphElt32
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 _XGlyphElt32
impl Debug for _XGlyphElt32
source§impl PartialEq for _XGlyphElt32
impl PartialEq for _XGlyphElt32
source§fn 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 ==.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§
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