#[repr(C)]pub struct XShmCompletionEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: c_int,
pub display: *mut _XDisplay,
pub drawable: c_ulong,
pub major_code: c_int,
pub minor_code: c_int,
pub shmseg: c_ulong,
pub offset: c_ulong,
}Fields§
§type_: c_int§serial: c_ulong§send_event: c_int§display: *mut _XDisplay§drawable: c_ulong§major_code: c_int§minor_code: c_int§shmseg: c_ulong§offset: c_ulongTrait Implementations§
Source§impl Clone for XShmCompletionEvent
impl Clone for XShmCompletionEvent
Source§fn clone(&self) -> XShmCompletionEvent
fn clone(&self) -> XShmCompletionEvent
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 moreimpl Copy for XShmCompletionEvent
Auto Trait Implementations§
impl Freeze for XShmCompletionEvent
impl RefUnwindSafe for XShmCompletionEvent
impl !Send for XShmCompletionEvent
impl !Sync for XShmCompletionEvent
impl Unpin for XShmCompletionEvent
impl UnwindSafe for XShmCompletionEvent
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