pub struct SelectionClearEvent { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SelectionClearEvent
impl Clone for SelectionClearEvent
Source§fn clone(&self) -> SelectionClearEvent
fn clone(&self) -> SelectionClearEvent
Returns a duplicate 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 SelectionClearEvent
impl Debug for SelectionClearEvent
Source§impl DerivesAnEvent for SelectionClearEvent
impl DerivesAnEvent for SelectionClearEvent
Source§impl DerivesEvent<XSelectionClearEvent> for SelectionClearEvent
impl DerivesEvent<XSelectionClearEvent> for SelectionClearEvent
Source§fn from_evstruct(ev: XSelectionClearEvent) -> Result<Self, FlutterbugError>
fn from_evstruct(ev: XSelectionClearEvent) -> Result<Self, FlutterbugError>
Derive this item from the native struct.
Source§fn inner(&self) -> Result<XSelectionClearEvent, FlutterbugError>
fn inner(&self) -> Result<XSelectionClearEvent, FlutterbugError>
Get the raw inner event.
Auto Trait Implementations§
impl Freeze for SelectionClearEvent
impl RefUnwindSafe for SelectionClearEvent
impl !Send for SelectionClearEvent
impl !Sync for SelectionClearEvent
impl Unpin for SelectionClearEvent
impl UnwindSafe for SelectionClearEvent
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