#[repr(u32)]pub enum PINEStatus {
Running = 0,
Paused = 1,
Shutdown = 2,
Unknown = 3,
}Variants§
Trait Implementations§
Source§impl Clone for PINEStatus
impl Clone for PINEStatus
Source§fn clone(&self) -> PINEStatus
fn clone(&self) -> PINEStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PINEStatus
impl Debug for PINEStatus
Source§impl Display for PINEStatus
impl Display for PINEStatus
Auto Trait Implementations§
impl Freeze for PINEStatus
impl RefUnwindSafe for PINEStatus
impl Send for PINEStatus
impl Sync for PINEStatus
impl Unpin for PINEStatus
impl UnwindSafe for PINEStatus
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