#[repr(u8)]pub enum PstatBusy {
IDLE = 0,
PROCESSING = 1,
}Variants§
IDLE = 0
The transmitter/receiver for this channel pair is currently idle.
PROCESSING = 1
The transmitter/receiver for this channel pair is currently processing data.
Implementations§
Trait Implementations§
Source§impl Ord for PstatBusy
impl Ord for PstatBusy
Source§impl PartialOrd for PstatBusy
impl PartialOrd for PstatBusy
impl Copy for PstatBusy
impl Eq for PstatBusy
impl StructuralPartialEq for PstatBusy
Auto Trait Implementations§
impl Freeze for PstatBusy
impl RefUnwindSafe for PstatBusy
impl Send for PstatBusy
impl Sync for PstatBusy
impl Unpin for PstatBusy
impl UnwindSafe for PstatBusy
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