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