pub struct ETHERNET_DMA { /* private fields */ }
Expand description
Ethernet: DMA controller operation
Implementations§
Source§impl ETHERNET_DMA
impl ETHERNET_DMA
Sourcepub fn ptr() -> *const RegisterBlock
pub fn ptr() -> *const RegisterBlock
Returns a pointer to the register block
Trait Implementations§
Source§impl Deref for ETHERNET_DMA
impl Deref for ETHERNET_DMA
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for ETHERNET_DMA
Auto Trait Implementations§
impl Freeze for ETHERNET_DMA
impl RefUnwindSafe for ETHERNET_DMA
impl !Sync for ETHERNET_DMA
impl Unpin for ETHERNET_DMA
impl UnwindSafe for ETHERNET_DMA
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