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