pub struct PWM4 { /* private fields */ }Expand description
Registers group
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PWM4
impl RefUnwindSafe for PWM4
impl !Sync for PWM4
impl Unpin for PWM4
impl UnwindSafe for PWM4
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