#[repr(C)]pub struct Odr { /* private fields */ }
Expand description
GPIO port output data register
Implementations§
Auto Trait Implementations§
impl Freeze for Odr
impl RefUnwindSafe for Odr
impl Send for Odr
impl Sync for Odr
impl Unpin for Odr
impl UnwindSafe for Odr
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