pub struct EventPointSet { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for EventPointSet
impl Clone for EventPointSet
Source§fn clone(&self) -> EventPointSet
fn clone(&self) -> EventPointSet
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EventPointSet
impl Debug for EventPointSet
Source§impl PartialEq for EventPointSet
impl PartialEq for EventPointSet
Source§fn eq(&self, other: &EventPointSet) -> bool
fn eq(&self, other: &EventPointSet) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EventPointSet
Auto Trait Implementations§
impl Freeze for EventPointSet
impl RefUnwindSafe for EventPointSet
impl Send for EventPointSet
impl Sync for EventPointSet
impl Unpin for EventPointSet
impl UnsafeUnpin for EventPointSet
impl UnwindSafe for EventPointSet
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