Struct SelectionEvent
pub struct SelectionEvent(/* private fields */);
Implementations§
§impl SelectionEvent
impl SelectionEvent
pub const SET_SELECTION_OWNER: SelectionEvent = _
pub const SELECTION_WINDOW_DESTROY: SelectionEvent = _
pub const SELECTION_CLIENT_CLOSE: SelectionEvent = _
Trait Implementations§
§impl Clone for SelectionEvent
impl Clone for SelectionEvent
§fn clone(&self) -> SelectionEvent
fn clone(&self) -> SelectionEvent
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 SelectionEvent
impl Debug for SelectionEvent
§impl Default for SelectionEvent
impl Default for SelectionEvent
§fn default() -> SelectionEvent
fn default() -> SelectionEvent
Returns the “default value” for a type. Read more
§impl From<u8> for SelectionEvent
impl From<u8> for SelectionEvent
§fn from(value: u8) -> SelectionEvent
fn from(value: u8) -> SelectionEvent
Converts to this type from the input type.
§impl Hash for SelectionEvent
impl Hash for SelectionEvent
§impl Ord for SelectionEvent
impl Ord for SelectionEvent
§impl PartialEq for SelectionEvent
impl PartialEq for SelectionEvent
§impl PartialOrd for SelectionEvent
impl PartialOrd for SelectionEvent
impl Copy for SelectionEvent
impl Eq for SelectionEvent
impl StructuralPartialEq for SelectionEvent
Auto Trait Implementations§
impl Freeze for SelectionEvent
impl RefUnwindSafe for SelectionEvent
impl Send for SelectionEvent
impl Sync for SelectionEvent
impl Unpin for SelectionEvent
impl UnwindSafe for SelectionEvent
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
)