Struct SendEventDest
pub struct SendEventDest(/* private fields */);
Implementations§
§impl SendEventDest
impl SendEventDest
pub const POINTER_WINDOW: SendEventDest = _
pub const ITEM_FOCUS: SendEventDest = _
Trait Implementations§
§impl Clone for SendEventDest
impl Clone for SendEventDest
§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 more§impl Debug for SendEventDest
impl Debug for SendEventDest
§impl Default for SendEventDest
impl Default for SendEventDest
§fn default() -> SendEventDest
fn default() -> SendEventDest
Returns the “default value” for a type. Read more
§impl From<bool> for SendEventDest
impl From<bool> for SendEventDest
§fn from(value: bool) -> SendEventDest
fn from(value: bool) -> SendEventDest
Converts to this type from the input type.
§impl Hash for SendEventDest
impl Hash for SendEventDest
§impl Ord for SendEventDest
impl Ord for SendEventDest
§impl PartialEq for SendEventDest
impl PartialEq for SendEventDest
§impl PartialOrd for SendEventDest
impl PartialOrd for SendEventDest
impl Copy for SendEventDest
impl Eq for SendEventDest
impl StructuralPartialEq 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
)