#[repr(C)]pub struct drmModePropertyRes { /* private fields */ }Trait Implementations§
Source§impl Default for drmModePropertyRes
impl Default for drmModePropertyRes
Source§fn default() -> drmModePropertyRes
fn default() -> drmModePropertyRes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for drmModePropertyRes
impl RefUnwindSafe for drmModePropertyRes
impl !Send for drmModePropertyRes
impl !Sync for drmModePropertyRes
impl Unpin for drmModePropertyRes
impl UnwindSafe for drmModePropertyRes
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