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