#[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: u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.