Enum Wsel
pub enum Wsel {
_0 = 0,
_1 = 1,
}Expand description
Way select
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Wsel
impl Eq for Wsel
impl StructuralPartialEq for Wsel
Auto Trait Implementations§
impl Freeze for Wsel
impl RefUnwindSafe for Wsel
impl Send for Wsel
impl Sync for Wsel
impl Unpin for Wsel
impl UnwindSafe for Wsel
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