Enum Itrigr
pub enum Itrigr {
_0 = 0,
_1 = 1,
}Expand description
Initialization trigger on Reload Point
Value on reset: 0
Variants§
_0 = 0
0: Initialization trigger is generated on counter wrap events.
_1 = 1
1: Initialization trigger is generated when a reload point is reached.
Trait Implementations§
impl Copy for Itrigr
impl Eq for Itrigr
impl StructuralPartialEq for Itrigr
Auto Trait Implementations§
impl Freeze for Itrigr
impl RefUnwindSafe for Itrigr
impl Send for Itrigr
impl Sync for Itrigr
impl Unpin for Itrigr
impl UnwindSafe for Itrigr
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