Struct EthernetDma
pub struct EthernetDma(pub *mut u8);
Expand description
Ethernet: DMA controller operation
Tuple Fields§
§0: *mut u8
Implementations§
Trait Implementations§
§impl Clone for EthernetDma
impl Clone for EthernetDma
§fn clone(&self) -> EthernetDma
fn clone(&self) -> EthernetDma
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl PartialEq for EthernetDma
impl PartialEq for EthernetDma
impl Copy for EthernetDma
impl Eq for EthernetDma
impl Send for EthernetDma
impl StructuralPartialEq for EthernetDma
impl Sync for EthernetDma
Auto Trait Implementations§
impl Freeze for EthernetDma
impl RefUnwindSafe for EthernetDma
impl Unpin for EthernetDma
impl UnwindSafe for EthernetDma
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