Struct atsamd11d::PORT_IOBUS
source · [−]pub struct PORT_IOBUS { /* private fields */ }
Expand description
Port Module (IOBUS)
Implementations
sourceimpl PORT_IOBUS
impl PORT_IOBUS
sourcepub const PTR: *const RegisterBlock = {0x60000000 as *const port::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x60000000 as *const port::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl Debug for PORT_IOBUS
impl Debug for PORT_IOBUS
sourceimpl Deref for PORT_IOBUS
impl Deref for PORT_IOBUS
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for PORT_IOBUS
Auto Trait Implementations
impl RefUnwindSafe for PORT_IOBUS
impl !Sync for PORT_IOBUS
impl Unpin for PORT_IOBUS
impl UnwindSafe for PORT_IOBUS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more