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