Struct x11::xrecord::XRecordState
source · [−]#[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
sourceimpl Clone for XRecordState
impl Clone for XRecordState
sourcefn clone(&self) -> XRecordState
fn clone(&self) -> XRecordState
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 XRecordState
impl Debug for XRecordState
sourceimpl PartialEq<XRecordState> for XRecordState
impl PartialEq<XRecordState> for XRecordState
sourcefn eq(&self, other: &XRecordState) -> bool
fn eq(&self, other: &XRecordState) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XRecordState
impl StructuralPartialEq for XRecordState
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
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