[−][src]Struct framebuffer::VarScreeninfo
Struct as defined in /usr/include/linux/fb.h
Fields
xres: u32
yres: u32
xres_virtual: u32
yres_virtual: u32
xoffset: u32
yoffset: u32
bits_per_pixel: u32
grayscale: u32
red: Bitfield
green: Bitfield
blue: Bitfield
transp: Bitfield
nonstd: u32
activate: u32
height: u32
width: u32
accel_flags: u32
pixclock: u32
left_margin: u32
right_margin: u32
upper_margin: u32
lower_margin: u32
hsync_len: u32
vsync_len: u32
sync: u32
vmode: u32
rotate: u32
colorspace: u32
reserved: [u32; 4]
Trait Implementations
impl Clone for VarScreeninfo
[src]
fn clone(&self) -> VarScreeninfo
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for VarScreeninfo
[src]
impl Default for VarScreeninfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for VarScreeninfo
impl Send for VarScreeninfo
impl Sync for VarScreeninfo
impl Unpin for VarScreeninfo
impl UnwindSafe for VarScreeninfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,