Enum TrgSrc
pub enum TrgSrc {
_0 = 0,
_1 = 1,
}Expand description
Trigger Source
Value on reset: 0
Variants§
_0 = 0
0: Trigger source selected in external
_1 = 1
1: Trigger source selected is the internal trigger
Trait Implementations§
impl Copy for TrgSrc
impl Eq for TrgSrc
impl StructuralPartialEq for TrgSrc
Auto Trait Implementations§
impl Freeze for TrgSrc
impl RefUnwindSafe for TrgSrc
impl Send for TrgSrc
impl Sync for TrgSrc
impl Unpin for TrgSrc
impl UnwindSafe for TrgSrc
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