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