pub struct Distance<const CHANNELS: usize, W: Writer> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const CHANNELS: usize, W> Freeze for Distance<CHANNELS, W>where
W: Freeze,
impl<const CHANNELS: usize, W> RefUnwindSafe for Distance<CHANNELS, W>where
W: RefUnwindSafe,
impl<const CHANNELS: usize, W> Send for Distance<CHANNELS, W>where
W: Send,
impl<const CHANNELS: usize, W> Sync for Distance<CHANNELS, W>where
W: Sync,
impl<const CHANNELS: usize, W> Unpin for Distance<CHANNELS, W>where
W: Unpin,
impl<const CHANNELS: usize, W> UnwindSafe for Distance<CHANNELS, W>where
W: UnwindSafe,
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