pub struct RXDLADDR { /* private fields */ }
Expand description
Ethernet MAC Receive Descriptor List Address
Implementations§
Auto Trait Implementations§
impl !Freeze for RXDLADDR
impl !RefUnwindSafe for RXDLADDR
impl Send for RXDLADDR
impl !Sync for RXDLADDR
impl Unpin for RXDLADDR
impl UnwindSafe for RXDLADDR
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