Struct framebuffer::FixScreeninfo
[−]
[src]
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 | |
smem_start | |
smem_len | |
fb_type | |
type_aux | |
visual | |
xpanstep | |
ypanstep | |
ywrapstep | |
line_length | |
mmio_start | |
mmio_len | |
accel | |
capabilities | |
reserved |