Struct drm_ffi::drm_mode_fb_cmd2[][src]

#[repr(C)]
pub struct drm_mode_fb_cmd2 { pub fb_id: u32, pub width: u32, pub height: u32, pub pixel_format: u32, pub flags: u32, pub handles: [u32; 4], pub pitches: [u32; 4], pub offsets: [u32; 4], pub modifier: [u64; 4], }

Fields

fb_id: u32width: u32height: u32pixel_format: u32flags: u32handles: [u32; 4]pitches: [u32; 4]offsets: [u32; 4]modifier: [u64; 4]

Trait Implementations

impl Clone for drm_mode_fb_cmd2[src]

impl Copy for drm_mode_fb_cmd2[src]

impl Debug for drm_mode_fb_cmd2[src]

impl Default for drm_mode_fb_cmd2[src]

impl Eq for drm_mode_fb_cmd2[src]

impl Hash for drm_mode_fb_cmd2[src]

impl PartialEq<drm_mode_fb_cmd2> for drm_mode_fb_cmd2[src]

impl StructuralEq for drm_mode_fb_cmd2[src]

impl StructuralPartialEq for drm_mode_fb_cmd2[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.