#[repr(C)]pub struct drm_mode_create_dumb {
pub height: u32,
pub width: u32,
pub bpp: u32,
pub flags: u32,
pub handle: u32,
pub pitch: u32,
pub size: u64,
}Fields§
§height: u32§width: u32§bpp: u32§flags: u32§handle: u32§pitch: u32§size: u64Trait Implementations§
Source§impl Default for drm_mode_create_dumb
impl Default for drm_mode_create_dumb
Source§fn default() -> drm_mode_create_dumb
fn default() -> drm_mode_create_dumb
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for drm_mode_create_dumb
impl RefUnwindSafe for drm_mode_create_dumb
impl Send for drm_mode_create_dumb
impl Sync for drm_mode_create_dumb
impl Unpin for drm_mode_create_dumb
impl UnwindSafe for drm_mode_create_dumb
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more