Struct linux_drm::ioctl::DrmModeAtomic
source · #[repr(C)]pub struct DrmModeAtomic {
pub flags: u32,
pub count_objs: u32,
pub objs_ptr: u64,
pub count_props_ptr: u64,
pub props_ptr: u64,
pub prop_values_ptr: u64,
pub reserved: u64,
pub user_data: u64,
}
Fields§
§flags: u32
§count_objs: u32
§objs_ptr: u64
§count_props_ptr: u64
§props_ptr: u64
§prop_values_ptr: u64
§reserved: u64
§user_data: u64
Implementations§
source§impl DrmModeAtomic
impl DrmModeAtomic
Trait Implementations§
source§impl Debug for DrmModeAtomic
impl Debug for DrmModeAtomic
source§impl Default for DrmModeAtomic
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 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