#[repr(C, packed(1))]pub struct screen_info {Show 36 fields
pub orig_x: __u8,
pub orig_y: __u8,
pub ext_mem_k: __u16,
pub orig_video_page: __u16,
pub orig_video_mode: __u8,
pub orig_video_cols: __u8,
pub flags: __u8,
pub unused2: __u8,
pub orig_video_ega_bx: __u16,
pub unused3: __u16,
pub orig_video_lines: __u8,
pub orig_video_isVGA: __u8,
pub orig_video_points: __u16,
pub lfb_width: __u16,
pub lfb_height: __u16,
pub lfb_depth: __u16,
pub lfb_base: __u32,
pub lfb_size: __u32,
pub cl_magic: __u16,
pub cl_offset: __u16,
pub lfb_linelength: __u16,
pub red_size: __u8,
pub red_pos: __u8,
pub green_size: __u8,
pub green_pos: __u8,
pub blue_size: __u8,
pub blue_pos: __u8,
pub rsvd_size: __u8,
pub rsvd_pos: __u8,
pub vesapm_seg: __u16,
pub vesapm_off: __u16,
pub pages: __u16,
pub vesa_attributes: __u16,
pub capabilities: __u32,
pub ext_lfb_base: __u32,
pub _reserved: [__u8; 2],
}Fields§
§orig_x: __u8§orig_y: __u8§ext_mem_k: __u16§orig_video_page: __u16§orig_video_mode: __u8§orig_video_cols: __u8§flags: __u8§unused2: __u8§orig_video_ega_bx: __u16§unused3: __u16§orig_video_lines: __u8§orig_video_isVGA: __u8§orig_video_points: __u16§lfb_width: __u16§lfb_height: __u16§lfb_depth: __u16§lfb_base: __u32§lfb_size: __u32§cl_magic: __u16§cl_offset: __u16§lfb_linelength: __u16§red_size: __u8§red_pos: __u8§green_size: __u8§green_pos: __u8§blue_size: __u8§blue_pos: __u8§rsvd_size: __u8§rsvd_pos: __u8§vesapm_seg: __u16§vesapm_off: __u16§pages: __u16§vesa_attributes: __u16§capabilities: __u32§ext_lfb_base: __u32§_reserved: [__u8; 2]Trait Implementations§
Source§impl Clone for screen_info
impl Clone for screen_info
Source§fn clone(&self) -> screen_info
fn clone(&self) -> screen_info
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for screen_info
impl Debug for screen_info
impl Copy for screen_info
Auto Trait Implementations§
impl Freeze for screen_info
impl RefUnwindSafe for screen_info
impl Send for screen_info
impl Sync for screen_info
impl Unpin for screen_info
impl UnwindSafe for screen_info
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