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