Struct x11_dl::xrecord::XRecordInterceptData
source · #[repr(C)]pub struct XRecordInterceptData {
pub id_base: XID,
pub server_time: Time,
pub client_seq: c_ulong,
pub category: c_int,
pub client_swapped: Bool,
pub data: *mut c_uchar,
pub data_len: c_ulong,
}
Fields§
§id_base: XID
§server_time: Time
§client_seq: c_ulong
§category: c_int
§client_swapped: Bool
§data: *mut c_uchar
§data_len: c_ulong
Trait Implementations§
source§impl Clone for XRecordInterceptData
impl Clone for XRecordInterceptData
source§fn clone(&self) -> XRecordInterceptData
fn clone(&self) -> XRecordInterceptData
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 XRecordInterceptData
impl Debug for XRecordInterceptData
source§impl PartialEq for XRecordInterceptData
impl PartialEq for XRecordInterceptData
impl Copy for XRecordInterceptData
impl StructuralPartialEq for XRecordInterceptData
Auto Trait Implementations§
impl Freeze for XRecordInterceptData
impl RefUnwindSafe for XRecordInterceptData
impl !Send for XRecordInterceptData
impl !Sync for XRecordInterceptData
impl Unpin for XRecordInterceptData
impl UnwindSafe for XRecordInterceptData
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)