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