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