#[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: u16
height: u16
bytes_per_line: u16
bits_per_pixel: u16
lfb_base: u32
lfb_size: u32
red_pos: u8
red_size: u8
green_pos: u8
green_size: u8
blue_pos: u8
blue_size: u8
rsvd_pos: u8
rsvd_size: u8
Trait 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