#[repr(u8)]pub enum Oneshotb {
FREE_RUNNING = 0,
ONE_SHOT = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Oneshotb
impl Ord for Oneshotb
Source§impl PartialOrd for Oneshotb
impl PartialOrd for Oneshotb
impl Copy for Oneshotb
impl Eq for Oneshotb
impl StructuralPartialEq for Oneshotb
Auto Trait Implementations§
impl Freeze for Oneshotb
impl RefUnwindSafe for Oneshotb
impl Send for Oneshotb
impl Sync for Oneshotb
impl Unpin for Oneshotb
impl UnwindSafe for Oneshotb
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