pub struct DacResetOnOut1Set;
Expand description
The trigger is generated on output 1 set event
Trait Implementations§
Source§impl DacResetTrigger for DacResetOnOut1Set
impl DacResetTrigger for DacResetOnOut1Set
Auto Trait Implementations§
impl Freeze for DacResetOnOut1Set
impl RefUnwindSafe for DacResetOnOut1Set
impl Send for DacResetOnOut1Set
impl Sync for DacResetOnOut1Set
impl Unpin for DacResetOnOut1Set
impl UnwindSafe for DacResetOnOut1Set
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