pub struct XdpLinkInfo {
pub ifindex: u32,
}
Expand description
Information about a XDP link.
Fields§
§ifindex: u32
Interface index to which the XDP link is attached.
Trait Implementations§
Source§impl Clone for XdpLinkInfo
impl Clone for XdpLinkInfo
Source§fn clone(&self) -> XdpLinkInfo
fn clone(&self) -> XdpLinkInfo
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 XdpLinkInfo
impl RefUnwindSafe for XdpLinkInfo
impl Send for XdpLinkInfo
impl Sync for XdpLinkInfo
impl Unpin for XdpLinkInfo
impl UnwindSafe for XdpLinkInfo
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