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