Struct drm_ffi::drm_client
source · [−]#[repr(C)]pub struct drm_client {
pub idx: i32,
pub auth: i32,
pub pid: u64,
pub uid: u64,
pub magic: u64,
pub iocs: u64,
}Fields
idx: i32auth: i32pid: u64uid: u64magic: u64iocs: u64Trait Implementations
sourceimpl Clone for drm_client
impl Clone for drm_client
sourcefn clone(&self) -> drm_client
fn clone(&self) -> drm_client
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for drm_client
impl Debug for drm_client
sourceimpl Default for drm_client
impl Default for drm_client
sourcefn default() -> drm_client
fn default() -> drm_client
Returns the “default value” for a type. Read more
sourceimpl Hash for drm_client
impl Hash for drm_client
sourceimpl PartialEq<drm_client> for drm_client
impl PartialEq<drm_client> for drm_client
sourcefn eq(&self, other: &drm_client) -> bool
fn eq(&self, other: &drm_client) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for drm_client
impl Eq for drm_client
impl StructuralEq for drm_client
impl StructuralPartialEq for drm_client
Auto Trait Implementations
impl RefUnwindSafe for drm_client
impl Send for drm_client
impl Sync for drm_client
impl Unpin for drm_client
impl UnwindSafe for drm_client
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more