#[repr(i32)]pub enum PvStat {
Ok = 0,
Error = -1,
Timeout = -2,
Disconnected = -3,
}Expand description
Sequencer-level operation outcome (normal flow). Matches C sequencer pvStat semantics.
Variants§
Trait Implementations§
impl Copy for PvStat
impl Eq for PvStat
impl StructuralPartialEq for PvStat
Auto Trait Implementations§
impl Freeze for PvStat
impl RefUnwindSafe for PvStat
impl Send for PvStat
impl Sync for PvStat
impl Unpin for PvStat
impl UnsafeUnpin for PvStat
impl UnwindSafe for PvStat
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