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