Enum Ecx
pub enum Ecx {
_0 = 0,
_1 = 1,
}Expand description
Transfer Canceled
Value on reset: 0
Variants§
_0 = 0
0: No canceled transfers
_1 = 1
1: The last recorded entry was a canceled transfer by the error cancel transfer input
Trait Implementations§
impl Copy for Ecx
impl Eq for Ecx
impl StructuralPartialEq for Ecx
Auto Trait Implementations§
impl Freeze for Ecx
impl RefUnwindSafe for Ecx
impl Send for Ecx
impl Sync for Ecx
impl Unpin for Ecx
impl UnwindSafe for Ecx
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