Struct drm_sys::drm_mode_obj_get_properties
source · #[repr(C)]pub struct drm_mode_obj_get_properties {
pub props_ptr: __u64,
pub prop_values_ptr: __u64,
pub count_props: __u32,
pub obj_id: __u32,
pub obj_type: __u32,
}
Fields§
§props_ptr: __u64
§prop_values_ptr: __u64
§count_props: __u32
§obj_id: __u32
§obj_type: __u32
Trait Implementations§
source§impl Clone for drm_mode_obj_get_properties
impl Clone for drm_mode_obj_get_properties
source§fn clone(&self) -> drm_mode_obj_get_properties
fn clone(&self) -> drm_mode_obj_get_properties
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 drm_mode_obj_get_properties
impl Debug for drm_mode_obj_get_properties
source§impl Default for drm_mode_obj_get_properties
impl Default for drm_mode_obj_get_properties
source§fn default() -> drm_mode_obj_get_properties
fn default() -> drm_mode_obj_get_properties
Returns the “default value” for a type. Read more
source§impl Hash for drm_mode_obj_get_properties
impl Hash for drm_mode_obj_get_properties
impl Copy for drm_mode_obj_get_properties
impl Eq for drm_mode_obj_get_properties
impl StructuralPartialEq for drm_mode_obj_get_properties
Auto Trait Implementations§
impl Freeze for drm_mode_obj_get_properties
impl RefUnwindSafe for drm_mode_obj_get_properties
impl Send for drm_mode_obj_get_properties
impl Sync for drm_mode_obj_get_properties
impl Unpin for drm_mode_obj_get_properties
impl UnwindSafe for drm_mode_obj_get_properties
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)