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