pub struct PSOR { /* private fields */ }Expand description
Port Set Output Register
Implementations§
Auto Trait Implementations§
impl !Freeze for PSOR
impl !RefUnwindSafe for PSOR
impl Send for PSOR
impl !Sync for PSOR
impl Unpin for PSOR
impl UnwindSafe for PSOR
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