pub struct PWM1_NS { /* private fields */ }Expand description
Pulse width modulation unit 2
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PWM1_NS
impl RefUnwindSafe for PWM1_NS
impl !Sync for PWM1_NS
impl Unpin for PWM1_NS
impl UnwindSafe for PWM1_NS
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