Struct linux_drm::ioctl::DrmModeObjGetProperties
source · #[repr(C)]pub struct DrmModeObjGetProperties {
pub props_ptr: u64,
pub prop_values_ptr: u64,
pub count_props: u32,
pub obj_id: u32,
pub obj_type: u32,
}
Fields§
§props_ptr: u64
§prop_values_ptr: u64
§count_props: u32
§obj_id: u32
§obj_type: u32
Implementations§
Trait Implementations§
source§impl Debug for DrmModeObjGetProperties
impl Debug for DrmModeObjGetProperties
source§impl Default for DrmModeObjGetProperties
impl Default for DrmModeObjGetProperties
The default value is the result of Self::zeroed
.
Auto Trait Implementations§
impl Freeze for DrmModeObjGetProperties
impl RefUnwindSafe for DrmModeObjGetProperties
impl Send for DrmModeObjGetProperties
impl Sync for DrmModeObjGetProperties
impl Unpin for DrmModeObjGetProperties
impl UnwindSafe for DrmModeObjGetProperties
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