pub struct PointSet;Trait Implementations§
impl Copy for PointSet
Source§impl Representation for PointSet
impl Representation for PointSet
type Output = EventPointSet
fn generate( &self, stream: &EventStream, ) -> Result<EventPointSet, RepresentationError>
Auto Trait Implementations§
impl Freeze for PointSet
impl RefUnwindSafe for PointSet
impl Send for PointSet
impl Sync for PointSet
impl Unpin for PointSet
impl UnsafeUnpin for PointSet
impl UnwindSafe for PointSet
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