#[repr(C)]pub struct VGA_CHAR {
pub Char: i8,
pub Attributes: i8,
}
Fields§
§Char: i8
§Attributes: i8
Trait Implementations§
impl Copy for VGA_CHAR
impl Eq for VGA_CHAR
impl StructuralPartialEq for VGA_CHAR
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)