pub enum OpNapiGetDoRequest {
Id(u32),
}Available on crate feature
netdev only.Expand description
Get information about NAPI instances configured on the system.
Variants§
Implementations§
Source§impl OpNapiGetDoRequest
impl OpNapiGetDoRequest
pub fn new<'a>(buf: &'a [u8]) -> IterableOpNapiGetDoRequest<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpNapiGetDoRequest
impl Clone for OpNapiGetDoRequest
Source§fn clone(&self) -> OpNapiGetDoRequest
fn clone(&self) -> OpNapiGetDoRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OpNapiGetDoRequest
impl RefUnwindSafe for OpNapiGetDoRequest
impl Send for OpNapiGetDoRequest
impl Sync for OpNapiGetDoRequest
impl Unpin for OpNapiGetDoRequest
impl UnwindSafe for OpNapiGetDoRequest
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