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