pub struct PushOpNapiGetDoRequest<Prev: Rec> { /* private fields */ }Available on crate feature
netdev only.Expand description
Get information about NAPI instances configured on the system.
Implementations§
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpNapiGetDoRequest<Prev>
impl<Prev: Rec> Drop for PushOpNapiGetDoRequest<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpNapiGetDoRequest<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpNapiGetDoRequest<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpNapiGetDoRequest<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpNapiGetDoRequest<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpNapiGetDoRequest<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpNapiGetDoRequest<Prev>where
Prev: UnwindSafe,
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