Struct x11::xshm::XShmCompletionEvent
source · [−]#[repr(C)]pub struct XShmCompletionEvent { /* private fields */ }
Trait Implementations
sourceimpl Clone for XShmCompletionEvent
impl Clone for XShmCompletionEvent
sourcefn clone(&self) -> XShmCompletionEvent
fn clone(&self) -> XShmCompletionEvent
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 XShmCompletionEvent
impl Debug for XShmCompletionEvent
sourceimpl PartialEq<XShmCompletionEvent> for XShmCompletionEvent
impl PartialEq<XShmCompletionEvent> for XShmCompletionEvent
sourcefn eq(&self, other: &XShmCompletionEvent) -> bool
fn eq(&self, other: &XShmCompletionEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XShmCompletionEvent
impl StructuralPartialEq for XShmCompletionEvent
Auto Trait Implementations
impl RefUnwindSafe for XShmCompletionEvent
impl !Send for XShmCompletionEvent
impl !Sync for XShmCompletionEvent
impl Unpin for XShmCompletionEvent
impl UnwindSafe for XShmCompletionEvent
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