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