pub type drm_client_t = drm_client;
Aliased Type§
struct drm_client_t {
pub idx: i32,
pub auth: i32,
pub pid: u64,
pub uid: u64,
pub magic: u64,
pub iocs: u64,
}
Fields§
§idx: i32
§auth: i32
§pid: u64
§uid: u64
§magic: u64
§iocs: u64
Trait Implementations
Source§impl Clone for drm_client
impl Clone for drm_client
Source§fn clone(&self) -> drm_client
fn clone(&self) -> drm_client
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_client
impl Debug for drm_client
Source§impl Default for drm_client
impl Default for drm_client
Source§fn default() -> drm_client
fn default() -> drm_client
Returns the “default value” for a type. Read more