#[repr(C)]pub struct GlyphWidthEntry32 {
pub gwe32_Node: MinNode,
pub gwe32_reserved: UWORD,
pub gwe32_Width: FIXED,
pub gwe32_Code: ULONG,
}Fields§
§gwe32_Node: MinNode§gwe32_reserved: UWORD§gwe32_Width: FIXED§gwe32_Code: ULONGTrait Implementations§
Source§impl Clone for GlyphWidthEntry32
impl Clone for GlyphWidthEntry32
Source§fn clone(&self) -> GlyphWidthEntry32
fn clone(&self) -> GlyphWidthEntry32
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GlyphWidthEntry32
Auto Trait Implementations§
impl !Send for GlyphWidthEntry32
impl !Sync for GlyphWidthEntry32
impl Freeze for GlyphWidthEntry32
impl RefUnwindSafe for GlyphWidthEntry32
impl Unpin for GlyphWidthEntry32
impl UnsafeUnpin for GlyphWidthEntry32
impl UnwindSafe for GlyphWidthEntry32
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