[−][src]Struct framebuffer::VarScreeninfo
Struct as defined in /usr/include/linux/fb.h
Fields
xres: u32yres: u32xres_virtual: u32yres_virtual: u32xoffset: u32yoffset: u32bits_per_pixel: u32grayscale: u32red: Bitfieldgreen: Bitfieldblue: Bitfieldtransp: Bitfieldnonstd: u32activate: u32height: u32width: u32accel_flags: u32pixclock: u32left_margin: u32right_margin: u32upper_margin: u32lower_margin: u32hsync_len: u32vsync_len: u32sync: u32vmode: u32rotate: u32colorspace: u32reserved: [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,
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.
fn to_owned(&self) -> T[src]
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.
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>,