#[repr(C)]pub struct DrmModeFbDirtyCmd {
pub fb_id: u32,
pub flags: u32,
pub color: u32,
/* private fields */
}
Fields§
§fb_id: u32
§flags: u32
§color: u32
Implementations§
Source§impl DrmModeFbDirtyCmd
impl DrmModeFbDirtyCmd
pub unsafe fn set_clips_ptr(&mut self, ptr: *const DrmClipRect, len: u32)
pub fn clear_clips_ptr(&mut self)
Trait Implementations§
Source§impl Debug for DrmModeFbDirtyCmd
impl Debug for DrmModeFbDirtyCmd
Source§impl Default for DrmModeFbDirtyCmd
The default value is the result of Self::zeroed
.
impl Default for DrmModeFbDirtyCmd
The default value is the result of Self::zeroed
.
Auto Trait Implementations§
impl Freeze for DrmModeFbDirtyCmd
impl RefUnwindSafe for DrmModeFbDirtyCmd
impl Send for DrmModeFbDirtyCmd
impl Sync for DrmModeFbDirtyCmd
impl Unpin for DrmModeFbDirtyCmd
impl UnwindSafe for DrmModeFbDirtyCmd
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