pub struct OTYPER { /* private fields */ }
Expand description
GPIO port output type register
Implementations§
Auto Trait Implementations§
impl !Freeze for OTYPER
impl !RefUnwindSafe for OTYPER
impl Send for OTYPER
impl !Sync for OTYPER
impl Unpin for OTYPER
impl UnwindSafe for OTYPER
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