Struct framebuffer::FixScreeninfo[][src]

#[repr(C)]
pub struct FixScreeninfo {
Show 15 fields 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],
}
Expand description

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: usizesmem_len: u32fb_type: u32type_aux: u32visual: u32xpanstep: u16ypanstep: u16ywrapstep: u16line_length: u32mmio_start: usizemmio_len: u32accel: u32capabilities: u16reserved: [u16; 2]

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

Returns the “default value” for a type. 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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.