pub struct SelectEvent {
pub target_snap: usize,
pub source_snap: usize,
}Fields§
§target_snap: usize§source_snap: usizeTrait Implementations§
Source§impl Clone for SelectEvent
impl Clone for SelectEvent
Source§fn clone(&self) -> SelectEvent
fn clone(&self) -> SelectEvent
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 SelectEvent
impl Debug for SelectEvent
Source§impl PartialEq for SelectEvent
impl PartialEq for SelectEvent
impl Copy for SelectEvent
impl Eq for SelectEvent
impl StructuralPartialEq for SelectEvent
Auto Trait Implementations§
impl Freeze for SelectEvent
impl RefUnwindSafe for SelectEvent
impl Send for SelectEvent
impl Sync for SelectEvent
impl Unpin for SelectEvent
impl UnsafeUnpin for SelectEvent
impl UnwindSafe for SelectEvent
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