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: Booldatum_flags: c_intnclients: c_ulongclient_info: *mut *mut XRecordClientInfoTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for XRecordState
impl !Send for XRecordState
impl !Sync for XRecordState
impl Unpin for XRecordState
impl UnwindSafe for XRecordState
Blanket Implementations
Mutably borrows from an owned value. Read more
