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