pub enum OpDevGetDoRequest {
Ifindex(u32),
}Available on crate feature
netdev only.Expand description
Get / dump information about a netdev.
Variants§
Implementations§
Source§impl OpDevGetDoRequest
impl OpDevGetDoRequest
pub fn new<'a>(buf: &'a [u8]) -> IterableOpDevGetDoRequest<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpDevGetDoRequest
impl Clone for OpDevGetDoRequest
Source§fn clone(&self) -> OpDevGetDoRequest
fn clone(&self) -> OpDevGetDoRequest
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 OpDevGetDoRequest
impl RefUnwindSafe for OpDevGetDoRequest
impl Send for OpDevGetDoRequest
impl Sync for OpDevGetDoRequest
impl Unpin for OpDevGetDoRequest
impl UnwindSafe for OpDevGetDoRequest
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