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