Struct drm_sys::drm_mode_fb_cmd
source · #[repr(C)]pub struct drm_mode_fb_cmd {
pub fb_id: __u32,
pub width: __u32,
pub height: __u32,
pub pitch: __u32,
pub bpp: __u32,
pub depth: __u32,
pub handle: __u32,
}
Fields§
§fb_id: __u32
§width: __u32
§height: __u32
§pitch: __u32
§bpp: __u32
§depth: __u32
§handle: __u32
Trait Implementations§
source§impl Clone for drm_mode_fb_cmd
impl Clone for drm_mode_fb_cmd
source§fn clone(&self) -> drm_mode_fb_cmd
fn clone(&self) -> drm_mode_fb_cmd
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for drm_mode_fb_cmd
impl Debug for drm_mode_fb_cmd
source§impl Default for drm_mode_fb_cmd
impl Default for drm_mode_fb_cmd
source§fn default() -> drm_mode_fb_cmd
fn default() -> drm_mode_fb_cmd
Returns the “default value” for a type. Read more
source§impl Hash for drm_mode_fb_cmd
impl Hash for drm_mode_fb_cmd
source§impl PartialEq for drm_mode_fb_cmd
impl PartialEq for drm_mode_fb_cmd
impl Copy for drm_mode_fb_cmd
impl Eq for drm_mode_fb_cmd
impl StructuralPartialEq for drm_mode_fb_cmd
Auto Trait Implementations§
impl Freeze for drm_mode_fb_cmd
impl RefUnwindSafe for drm_mode_fb_cmd
impl Send for drm_mode_fb_cmd
impl Sync for drm_mode_fb_cmd
impl Unpin for drm_mode_fb_cmd
impl UnwindSafe for drm_mode_fb_cmd
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)