Enum WdgSw
#[repr(u8)]pub enum WdgSw {
Hardware = 0,
Software = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for WdgSw
impl Eq for WdgSw
§impl Ord for WdgSw
impl Ord for WdgSw
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for WdgSw
impl PartialOrd for WdgSw
impl StructuralPartialEq for WdgSw
Auto Trait Implementations§
impl Freeze for WdgSw
impl RefUnwindSafe for WdgSw
impl Send for WdgSw
impl Sync for WdgSw
impl Unpin for WdgSw
impl UnsafeUnpin for WdgSw
impl UnwindSafe for WdgSw
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