Struct GpFont
#[repr(C)]pub struct GpFont(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpFont
impl RefUnwindSafe for GpFont
impl Send for GpFont
impl Sync for GpFont
impl Unpin for GpFont
impl UnwindSafe for GpFont
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