pub enum UwbMode {}Expand description
Ultra-wideband mode (32kHz)
This is a marker type used to specify the mode of the de/encoder.
Auto Trait Implementations§
impl Freeze for UwbMode
impl RefUnwindSafe for UwbMode
impl Send for UwbMode
impl Sync for UwbMode
impl Unpin for UwbMode
impl UnwindSafe for UwbMode
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