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