#[repr(u8)]pub enum MpEsEcx {
NO_CANCELED_TRANSFERS = 0,
CANCELED_TRANSFER = 1,
}Variants§
NO_CANCELED_TRANSFERS = 0
No canceled transfers
CANCELED_TRANSFER = 1
Last recorded entry was a canceled transfer by the error cancel transfer input
Implementations§
Trait Implementations§
Source§impl Ord for MpEsEcx
impl Ord for MpEsEcx
Source§impl PartialOrd for MpEsEcx
impl PartialOrd for MpEsEcx
impl Copy for MpEsEcx
impl Eq for MpEsEcx
impl StructuralPartialEq for MpEsEcx
Auto Trait Implementations§
impl Freeze for MpEsEcx
impl RefUnwindSafe for MpEsEcx
impl Send for MpEsEcx
impl Sync for MpEsEcx
impl Unpin for MpEsEcx
impl UnwindSafe for MpEsEcx
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