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