pub enum OpGetlinkDumpRequest<'a> {
Master(u32),
Linkinfo(IterableLinkinfoAttrs<'a>),
ExtMask(u32),
TargetNetnsid(i32),
}Available on crate feature
rt-link only.Expand description
Get / dump information about a link.
Variants§
Master(u32)
Linkinfo(IterableLinkinfoAttrs<'a>)
ExtMask(u32)
Associated type: “RtextFilter” (1 bit per enumeration)
TargetNetnsid(i32)
Implementations§
Source§impl OpGetlinkDumpRequest<'_>
impl OpGetlinkDumpRequest<'_>
pub fn new<'a>( buf: &'a [u8], ) -> (PushIfinfomsg, IterableOpGetlinkDumpRequest<'a>)
Trait Implementations§
Source§impl<'a> Clone for OpGetlinkDumpRequest<'a>
impl<'a> Clone for OpGetlinkDumpRequest<'a>
Source§fn clone(&self) -> OpGetlinkDumpRequest<'a>
fn clone(&self) -> OpGetlinkDumpRequest<'a>
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<'a> Freeze for OpGetlinkDumpRequest<'a>
impl<'a> RefUnwindSafe for OpGetlinkDumpRequest<'a>
impl<'a> Send for OpGetlinkDumpRequest<'a>
impl<'a> Sync for OpGetlinkDumpRequest<'a>
impl<'a> Unpin for OpGetlinkDumpRequest<'a>
impl<'a> UnwindSafe for OpGetlinkDumpRequest<'a>
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