Struct vga_buffer::ColorCode
source · pub struct ColorCode(/* private fields */);
Implementations§
Trait Implementations§
impl Copy for ColorCode
Auto Trait Implementations§
impl RefUnwindSafe for ColorCode
impl Send for ColorCode
impl Sync for ColorCode
impl Unpin for ColorCode
impl UnwindSafe for ColorCode
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