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