#[repr(C)]pub struct DrmModeObjSetProperty {
pub value: u64,
pub prop_id: u32,
pub obj_id: u32,
pub obj_type: u32,
}Fields§
§value: u64§prop_id: u32§obj_id: u32§obj_type: u32Implementations§
Trait Implementations§
Source§impl Debug for DrmModeObjSetProperty
impl Debug for DrmModeObjSetProperty
Source§impl Default for DrmModeObjSetProperty
The default value is the result of Self::zeroed.
impl Default for DrmModeObjSetProperty
The default value is the result of Self::zeroed.
Auto Trait Implementations§
impl Freeze for DrmModeObjSetProperty
impl RefUnwindSafe for DrmModeObjSetProperty
impl Send for DrmModeObjSetProperty
impl Sync for DrmModeObjSetProperty
impl Unpin for DrmModeObjSetProperty
impl UnsafeUnpin for DrmModeObjSetProperty
impl UnwindSafe for DrmModeObjSetProperty
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