pub struct VgaDevice;
Expand description
Low-level VGA controller (global mode/programming).
This configures the hardware; it is not tied to a particular Vga
writer.
Implementations§
Auto Trait Implementations§
impl Freeze for VgaDevice
impl RefUnwindSafe for VgaDevice
impl Send for VgaDevice
impl Sync for VgaDevice
impl Unpin for VgaDevice
impl UnwindSafe for VgaDevice
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