Struct driver_net::NetBufPtr
source · pub struct NetBufPtr { /* private fields */ }
Expand description
A raw buffer struct for network device.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NetBufPtr
impl !Send for NetBufPtr
impl !Sync for NetBufPtr
impl Unpin for NetBufPtr
impl UnwindSafe for NetBufPtr
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