pub struct Mode3Row { /* private fields */ }
Expand description
A particular row within the Mode 3 bitmap.
Implementations§
Trait Implementations§
Source§impl Ord for Mode3Row
impl Ord for Mode3Row
Source§impl PartialOrd for Mode3Row
impl PartialOrd for Mode3Row
impl Copy for Mode3Row
impl Eq for Mode3Row
impl StructuralPartialEq for Mode3Row
Auto Trait Implementations§
impl Freeze for Mode3Row
impl RefUnwindSafe for Mode3Row
impl Send for Mode3Row
impl Sync for Mode3Row
impl Unpin for Mode3Row
impl UnwindSafe for Mode3Row
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