pub struct DrmModeAtomic {
pub flags: u32,
pub reserved: u64,
pub user_data: u64,
/* private fields */
}Fields§
§flags: u32§reserved: u64§user_data: u64Implementations§
Source§impl DrmModeAtomic
impl DrmModeAtomic
Source§impl DrmModeAtomic
impl DrmModeAtomic
pub unsafe fn set_ptrs(&mut self, ptrs: DrmModeAtomicPtrs)
pub unsafe fn clear_ptrs(&mut self)
Trait Implementations§
Source§impl Debug for DrmModeAtomic
impl Debug for DrmModeAtomic
Source§impl Default for DrmModeAtomic
The default value is the result of Self::zeroed.
impl Default for DrmModeAtomic
The default value is the result of Self::zeroed.
Auto Trait Implementations§
impl Freeze for DrmModeAtomic
impl RefUnwindSafe for DrmModeAtomic
impl Send for DrmModeAtomic
impl Sync for DrmModeAtomic
impl Unpin for DrmModeAtomic
impl UnsafeUnpin for DrmModeAtomic
impl UnwindSafe for DrmModeAtomic
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