#[repr(u8)]pub enum MpCsrEcx {
NORMAL_OPERATION = 0,
CANCEL = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for MpCsrEcx
impl Ord for MpCsrEcx
Source§impl PartialOrd for MpCsrEcx
impl PartialOrd for MpCsrEcx
impl Copy for MpCsrEcx
impl Eq for MpCsrEcx
impl StructuralPartialEq for MpCsrEcx
Auto Trait Implementations§
impl Freeze for MpCsrEcx
impl RefUnwindSafe for MpCsrEcx
impl Send for MpCsrEcx
impl Sync for MpCsrEcx
impl Unpin for MpCsrEcx
impl UnwindSafe for MpCsrEcx
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