pub enum Asd {
Enable = 0,
Disable = 1,
}Expand description
ACK Suppression Disable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Asd
impl Eq for Asd
impl StructuralPartialEq for Asd
Auto Trait Implementations§
impl Freeze for Asd
impl RefUnwindSafe for Asd
impl Send for Asd
impl Sync for Asd
impl Unpin for Asd
impl UnsafeUnpin for Asd
impl UnwindSafe for Asd
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