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