Struct framebuffer::FixScreeninfo [−][src]
#[repr(C)]pub struct FixScreeninfo { pub id: [u8; 16], pub smem_start: usize, pub smem_len: u32, pub fb_type: u32, pub type_aux: u32, pub visual: u32, pub xpanstep: u16, pub ypanstep: u16, pub ywrapstep: u16, pub line_length: u32, pub mmio_start: usize, pub mmio_len: u32, pub accel: u32, pub capabilities: u16, pub reserved: [u16; 2], }
Struct as defined in /usr/include/linux/fb.h Note: type is a keyword in Rust and therefore has been changed to fb_type.
Fields
id: [u8; 16]
smem_start: usize
smem_len: u32
fb_type: u32
type_aux: u32
visual: u32
xpanstep: u16
ypanstep: u16
ywrapstep: u16
line_length: u32
mmio_start: usize
mmio_len: u32
accel: u32
capabilities: u16
reserved: [u16; 2]
Trait Implementations
impl Clone for FixScreeninfo[src]
impl Clone for FixScreeninfofn clone(&self) -> FixScreeninfo[src]
fn clone(&self) -> FixScreeninfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for FixScreeninfo[src]
impl Debug for FixScreeninfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for FixScreeninfo[src]
impl Default for FixScreeninfoAuto Trait Implementations
impl Send for FixScreeninfo
impl Send for FixScreeninfoimpl Sync for FixScreeninfo
impl Sync for FixScreeninfo