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