#[repr(C)]pub struct dom0_vga_console_info__bindgen_ty_1__bindgen_ty_2 {Show 14 fields
pub width: u16,
pub height: u16,
pub bytes_per_line: u16,
pub bits_per_pixel: u16,
pub lfb_base: u32,
pub lfb_size: u32,
pub red_pos: u8,
pub red_size: u8,
pub green_pos: u8,
pub green_size: u8,
pub blue_pos: u8,
pub blue_size: u8,
pub rsvd_pos: u8,
pub rsvd_size: u8,
}Fields
width: u16height: u16bytes_per_line: u16bits_per_pixel: u16lfb_base: u32lfb_size: u32red_pos: u8red_size: u8green_pos: u8green_size: u8blue_pos: u8blue_size: u8rsvd_pos: u8rsvd_size: u8Trait Implementations
sourceimpl Clone for dom0_vga_console_info__bindgen_ty_1__bindgen_ty_2
impl Clone for dom0_vga_console_info__bindgen_ty_1__bindgen_ty_2
sourcefn clone(&self) -> dom0_vga_console_info__bindgen_ty_1__bindgen_ty_2
fn clone(&self) -> dom0_vga_console_info__bindgen_ty_1__bindgen_ty_2
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for dom0_vga_console_info__bindgen_ty_1__bindgen_ty_2
impl Debug for dom0_vga_console_info__bindgen_ty_1__bindgen_ty_2
impl Copy for dom0_vga_console_info__bindgen_ty_1__bindgen_ty_2
Auto Trait Implementations
impl RefUnwindSafe for dom0_vga_console_info__bindgen_ty_1__bindgen_ty_2
impl Send for dom0_vga_console_info__bindgen_ty_1__bindgen_ty_2
impl Sync for dom0_vga_console_info__bindgen_ty_1__bindgen_ty_2
impl Unpin for dom0_vga_console_info__bindgen_ty_1__bindgen_ty_2
impl UnwindSafe for dom0_vga_console_info__bindgen_ty_1__bindgen_ty_2
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more