Struct x11_dl::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§
source§impl Clone for XRecordState
impl Clone for XRecordState
source§fn clone(&self) -> XRecordState
fn clone(&self) -> XRecordState
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 XRecordState
impl Debug for XRecordState
source§impl PartialEq for XRecordState
impl PartialEq for XRecordState
source§fn 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 ==
.impl Copy for XRecordState
impl StructuralPartialEq for XRecordState
Auto Trait Implementations§
impl Freeze for XRecordState
impl RefUnwindSafe for XRecordState
impl !Send for XRecordState
impl !Sync for XRecordState
impl Unpin for XRecordState
impl UnwindSafe for XRecordState
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more