pub enum PioMovStatusType {
StatusTxLessthan = 0,
StatusRxLessthan = 1,
}
Expand description
‘MOV STATUS’ types.
Variants§
Trait Implementations§
Source§impl Clone for PioMovStatusType
impl Clone for PioMovStatusType
Source§fn clone(&self) -> PioMovStatusType
fn clone(&self) -> PioMovStatusType
Returns a copy 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 moreimpl Copy for PioMovStatusType
Auto Trait Implementations§
impl Freeze for PioMovStatusType
impl RefUnwindSafe for PioMovStatusType
impl Send for PioMovStatusType
impl Sync for PioMovStatusType
impl Unpin for PioMovStatusType
impl UnwindSafe for PioMovStatusType
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