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