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