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