pub struct Mode2 { /* private fields */ }
Expand description
Represents Mode2 1-bpp graphics
Auto Trait Implementations§
impl Freeze for Mode2
impl RefUnwindSafe for Mode2
impl !Send for Mode2
impl !Sync for Mode2
impl Unpin for Mode2
impl UnwindSafe for Mode2
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