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