#[repr(C)]pub struct _XGlyphElt8 {
pub glyphset: GlyphSet,
pub chars: *mut c_char,
pub nchars: c_int,
pub xOff: c_int,
pub yOff: c_int,
}
Fields§
§glyphset: GlyphSet
§chars: *mut c_char
§nchars: c_int
§xOff: c_int
§yOff: c_int
Trait Implementations§
Source§impl Clone for _XGlyphElt8
impl Clone for _XGlyphElt8
Source§fn clone(&self) -> _XGlyphElt8
fn clone(&self) -> _XGlyphElt8
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 _XGlyphElt8
impl Debug for _XGlyphElt8
Source§impl PartialEq for _XGlyphElt8
impl PartialEq for _XGlyphElt8
impl Copy for _XGlyphElt8
impl StructuralPartialEq for _XGlyphElt8
Auto Trait Implementations§
impl Freeze for _XGlyphElt8
impl RefUnwindSafe for _XGlyphElt8
impl !Send for _XGlyphElt8
impl !Sync for _XGlyphElt8
impl Unpin for _XGlyphElt8
impl UnwindSafe for _XGlyphElt8
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