#[repr(C)]pub struct GlyphGibtEndBlock {
pub header: GlyphBlock,
}Fields§
§header: GlyphBlockTrait Implementations§
Source§impl Clone for GlyphGibtEndBlock
impl Clone for GlyphGibtEndBlock
Source§fn clone(&self) -> GlyphGibtEndBlock
fn clone(&self) -> GlyphGibtEndBlock
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 GlyphGibtEndBlock
impl Debug for GlyphGibtEndBlock
impl Copy for GlyphGibtEndBlock
Auto Trait Implementations§
impl Freeze for GlyphGibtEndBlock
impl RefUnwindSafe for GlyphGibtEndBlock
impl Send for GlyphGibtEndBlock
impl Sync for GlyphGibtEndBlock
impl Unpin for GlyphGibtEndBlock
impl UnwindSafe for GlyphGibtEndBlock
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