pub enum OpNapiSetDoReply {}Available on crate feature
netdev only.Expand description
Set configurable NAPI instance settings.
Implementations§
Source§impl OpNapiSetDoReply
impl OpNapiSetDoReply
pub fn new<'a>(buf: &'a [u8]) -> IterableOpNapiSetDoReply<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpNapiSetDoReply
impl Clone for OpNapiSetDoReply
Source§fn clone(&self) -> OpNapiSetDoReply
fn clone(&self) -> OpNapiSetDoReply
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 OpNapiSetDoReply
impl RefUnwindSafe for OpNapiSetDoReply
impl Send for OpNapiSetDoReply
impl Sync for OpNapiSetDoReply
impl Unpin for OpNapiSetDoReply
impl UnwindSafe for OpNapiSetDoReply
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