Struct VGA_CHAR
#[repr(C)]pub struct VGA_CHAR {
pub Char: i8,
pub Attributes: i8,
}
Fields§
§Char: i8
§Attributes: i8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VGA_CHAR
impl RefUnwindSafe for VGA_CHAR
impl Send for VGA_CHAR
impl Sync for VGA_CHAR
impl Unpin for VGA_CHAR
impl UnwindSafe for VGA_CHAR
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