#[repr(u8)]pub enum TagShift {
Counter = 1,
Sensor = 3,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagShift
impl RefUnwindSafe for TagShift
impl Send for TagShift
impl Sync for TagShift
impl Unpin for TagShift
impl UnwindSafe for TagShift
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