pub struct DrmModeAtomicPtrs {
pub objs_ptr: *const u32,
pub count_props_ptr: *const u32,
pub count_objs: u32,
pub props_ptr: *const u32,
pub prop_values_ptr: *const u64,
}
Fields§
§objs_ptr: *const u32
§count_props_ptr: *const u32
§count_objs: u32
§props_ptr: *const u32
§prop_values_ptr: *const u64
Auto Trait Implementations§
impl Freeze for DrmModeAtomicPtrs
impl RefUnwindSafe for DrmModeAtomicPtrs
impl !Send for DrmModeAtomicPtrs
impl !Sync for DrmModeAtomicPtrs
impl Unpin for DrmModeAtomicPtrs
impl UnwindSafe for DrmModeAtomicPtrs
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