#[repr(u8)]pub enum Ecp {
CANNOT_SUSPEND = 0,
SUSPEND = 1,
}Variants§
CANNOT_SUSPEND = 0
Channel cannot be suspended by a higher-priority channel’s service request
SUSPEND = 1
Channel can be temporarily suspended by a higher-priority channel’s service request
Implementations§
Trait Implementations§
Source§impl Ord for Ecp
impl Ord for Ecp
Source§impl PartialOrd for Ecp
impl PartialOrd for Ecp
impl Copy for Ecp
impl Eq for Ecp
impl StructuralPartialEq for Ecp
Auto Trait Implementations§
impl Freeze for Ecp
impl RefUnwindSafe for Ecp
impl Send for Ecp
impl Sync for Ecp
impl Unpin for Ecp
impl UnwindSafe for Ecp
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