#[repr(C)]pub struct DrmModeObjGetProperties {
pub obj_id: u32,
pub obj_type: u32,
/* private fields */
}
Fields§
§obj_id: u32
§obj_type: u32
Implementations§
Source§impl DrmModeObjGetProperties
impl DrmModeObjGetProperties
pub unsafe fn set_prop_ptrs( &mut self, ids_ptr: *mut u32, values_ptr: *mut u64, len: u32, )
pub fn clear_prop_attrs(&mut self)
pub fn count_props(&self) -> u32
Trait Implementations§
Source§impl Debug for DrmModeObjGetProperties
impl Debug for DrmModeObjGetProperties
Source§impl Default for DrmModeObjGetProperties
The default value is the result of Self::zeroed
.
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