pub struct EthernetRx { /* private fields */ }
Implementations§
Source§impl EthernetRx
impl EthernetRx
pub fn new(ffi: FfiEthernetRx) -> Self
pub fn transfer( &mut self, request: &EthernetRxTransferRequest, ) -> Result<(), Status>
Auto Trait Implementations§
impl Freeze for EthernetRx
impl RefUnwindSafe for EthernetRx
impl Send for EthernetRx
impl !Sync for EthernetRx
impl Unpin for EthernetRx
impl UnwindSafe for EthernetRx
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