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