Struct linux_drm::ioctl::DrmModeGetProperty
source · #[repr(C)]pub struct DrmModeGetProperty {
pub values_ptr: u64,
pub enum_blob_ptr: u64,
pub prop_id: u32,
pub flags: u32,
pub name: [u8; 32],
pub count_values: u32,
pub count_enum_blobs: u32,
}
Fields§
§values_ptr: u64
§enum_blob_ptr: u64
§prop_id: u32
§flags: u32
§name: [u8; 32]
§count_values: u32
§count_enum_blobs: u32
Implementations§
Trait Implementations§
source§impl Clone for DrmModeGetProperty
impl Clone for DrmModeGetProperty
source§fn clone(&self) -> DrmModeGetProperty
fn clone(&self) -> DrmModeGetProperty
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DrmModeGetProperty
impl Debug for DrmModeGetProperty
source§impl Default for DrmModeGetProperty
impl Default for DrmModeGetProperty
The default value is the result of Self::zeroed
.
Auto Trait Implementations§
impl Freeze for DrmModeGetProperty
impl RefUnwindSafe for DrmModeGetProperty
impl Send for DrmModeGetProperty
impl Sync for DrmModeGetProperty
impl Unpin for DrmModeGetProperty
impl UnwindSafe for DrmModeGetProperty
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)