pub struct GlyphDataRowByte {
pub byte: u8,
}
Fields§
§byte: u8
Implementations§
Source§impl GlyphDataRowByte
impl GlyphDataRowByte
pub const fn new_direct((bit1, bit2, bit3): (u8, u8, u8)) -> Self
pub const fn new_mirror((bit1, bit2, bit3): (u8, u8, u8)) -> Self
Auto Trait Implementations§
impl Freeze for GlyphDataRowByte
impl RefUnwindSafe for GlyphDataRowByte
impl Send for GlyphDataRowByte
impl Sync for GlyphDataRowByte
impl Unpin for GlyphDataRowByte
impl UnwindSafe for GlyphDataRowByte
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