#[repr(u8)]pub enum Ssstatus {
STOPPED = 0,
STARTED = 1,
}
Variants§
STOPPED = 0
The start/stop logic is in the stopped state.
STARTED = 1
The start/stop logic is in the started state.
Implementations§
Trait Implementations§
Source§impl Ord for Ssstatus
impl Ord for Ssstatus
Source§impl PartialOrd for Ssstatus
impl PartialOrd for Ssstatus
impl Copy for Ssstatus
impl Eq for Ssstatus
impl StructuralPartialEq for Ssstatus
Auto Trait Implementations§
impl Freeze for Ssstatus
impl RefUnwindSafe for Ssstatus
impl Send for Ssstatus
impl Sync for Ssstatus
impl Unpin for Ssstatus
impl UnwindSafe for Ssstatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)