pub struct PointPool { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for PointPool
impl RefUnwindSafe for PointPool
impl Send for PointPool
impl Sync for PointPool
impl Unpin for PointPool
impl UnsafeUnpin for PointPool
impl UnwindSafe for PointPool
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