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