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

Trait Implementations

impl Clone for FixScreeninfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FixScreeninfo
[src]

Formats the value using the given formatter.

impl Default for FixScreeninfo
[src]

Returns the "default value" for a type. Read more