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