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