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