Struct drm_sys::drm_mode_get_lease
source · #[repr(C)]pub struct drm_mode_get_lease {
pub count_objects: __u32,
pub pad: __u32,
pub objects_ptr: __u64,
}
Fields§
§count_objects: __u32
§pad: __u32
§objects_ptr: __u64
Trait Implementations§
source§impl Clone for drm_mode_get_lease
impl Clone for drm_mode_get_lease
source§fn clone(&self) -> drm_mode_get_lease
fn clone(&self) -> drm_mode_get_lease
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_get_lease
impl Debug for drm_mode_get_lease
source§impl Default for drm_mode_get_lease
impl Default for drm_mode_get_lease
source§fn default() -> drm_mode_get_lease
fn default() -> drm_mode_get_lease
Returns the “default value” for a type. Read more
source§impl Hash for drm_mode_get_lease
impl Hash for drm_mode_get_lease
source§impl PartialEq for drm_mode_get_lease
impl PartialEq for drm_mode_get_lease
impl Copy for drm_mode_get_lease
impl Eq for drm_mode_get_lease
impl StructuralPartialEq for drm_mode_get_lease
Auto Trait Implementations§
impl Freeze for drm_mode_get_lease
impl RefUnwindSafe for drm_mode_get_lease
impl Send for drm_mode_get_lease
impl Sync for drm_mode_get_lease
impl Unpin for drm_mode_get_lease
impl UnwindSafe for drm_mode_get_lease
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
)