#[repr(C, packed(2))]pub struct GlyphWidthEntry {
pub gwe_Node: MinNode,
pub gwe_Code: UWORD,
pub gwe_Width: FIXED,
}Fields§
§gwe_Node: MinNode§gwe_Code: UWORD§gwe_Width: FIXEDTrait Implementations§
Source§impl Clone for GlyphWidthEntry
impl Clone for GlyphWidthEntry
Source§fn clone(&self) -> GlyphWidthEntry
fn clone(&self) -> GlyphWidthEntry
Returns a duplicate 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 GlyphWidthEntry
impl Debug for GlyphWidthEntry
impl Copy for GlyphWidthEntry
Auto Trait Implementations§
impl Freeze for GlyphWidthEntry
impl RefUnwindSafe for GlyphWidthEntry
impl !Send for GlyphWidthEntry
impl !Sync for GlyphWidthEntry
impl Unpin for GlyphWidthEntry
impl UnwindSafe for GlyphWidthEntry
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