pub struct PwmRegisters { /* private fields */ }Auto Trait Implementations§
impl !Freeze for PwmRegisters
impl !RefUnwindSafe for PwmRegisters
impl Send for PwmRegisters
impl !Sync for PwmRegisters
impl Unpin for PwmRegisters
impl UnsafeUnpin for PwmRegisters
impl UnwindSafe for PwmRegisters
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