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
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