Enum xcb::x::SendEventDest
source · pub enum SendEventDest {
PointerWindow,
ItemFocus,
Window(Window),
}
Variants§
Implementations§
source§impl SendEventDest
impl SendEventDest
Trait Implementations§
source§impl Clone for SendEventDest
impl Clone for SendEventDest
source§fn clone(&self) -> SendEventDest
fn clone(&self) -> SendEventDest
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 SendEventDest
impl Debug for SendEventDest
impl Copy for SendEventDest
Auto Trait Implementations§
impl Freeze for SendEventDest
impl RefUnwindSafe for SendEventDest
impl Send for SendEventDest
impl Sync for SendEventDest
impl Unpin for SendEventDest
impl UnwindSafe for SendEventDest
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
)