pub struct PushOpGetqdiscDoRequest<Prev: Rec> { /* private fields */ }Available on crate feature
tc only.Expand description
Get / dump tc qdisc information.
Implementations§
Source§impl<Prev: Rec> PushOpGetqdiscDoRequest<Prev>
impl<Prev: Rec> PushOpGetqdiscDoRequest<Prev>
pub fn new(prev: Prev, header: &PushTcmsg) -> Self
pub fn end_nested(self) -> Prev
pub fn push_dump_invisible(self, value: ()) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpGetqdiscDoRequest<Prev>
impl<Prev: Rec> Drop for PushOpGetqdiscDoRequest<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpGetqdiscDoRequest<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpGetqdiscDoRequest<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpGetqdiscDoRequest<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpGetqdiscDoRequest<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpGetqdiscDoRequest<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpGetqdiscDoRequest<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