Struct x11_dl::xrecord::XRecordState  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct XRecordState { pub enabled: Bool, pub datum_flags: c_int, pub nclients: c_ulong, pub client_info: *mut *mut XRecordClientInfo, }
Fields
enabled: Bool
                           
                           
                           
                           datum_flags: c_int
                           
                           
                           
                           nclients: c_ulong
                           
                           
                           
                           client_info: *mut *mut XRecordClientInfo
                           
            Trait Implementations
impl Debug for XRecordState[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XRecordState[src]
fn clone(&self) -> XRecordState[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for XRecordState[src]
impl PartialEq for XRecordState[src]
fn eq(&self, __arg_0: &XRecordState) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRecordState) -> bool[src]
This method tests for !=.