pub struct PushStatsAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
rt-link only.Implementations§
Source§impl<Prev: Rec> PushStatsAttrs<Prev>
impl<Prev: Rec> PushStatsAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_link_64(self, value: PushRtnlLinkStats64) -> Self
pub fn push_link_xstats(self, value: &[u8]) -> Self
pub fn push_link_xstats_slave(self, value: &[u8]) -> Self
pub fn nested_link_offload_xstats(self) -> PushLinkOffloadXstats<Self>
pub fn push_af_spec(self, value: &[u8]) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushStatsAttrs<Prev>
impl<Prev: Rec> Drop for PushStatsAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushStatsAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushStatsAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushStatsAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushStatsAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushStatsAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushStatsAttrs<Prev>where
Prev: UnwindSafe,
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