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