pub struct UnitPoint { /* private fields */ }Expand description
A unit point has a weight of 1
Trait Implementations§
impl Copy for UnitPoint
Auto Trait Implementations§
impl Freeze for UnitPoint
impl RefUnwindSafe for UnitPoint
impl Send for UnitPoint
impl Sync for UnitPoint
impl Unpin for UnitPoint
impl UnsafeUnpin for UnitPoint
impl UnwindSafe for UnitPoint
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