pub enum OpGetqdiscDoRequest {
DumpInvisible(()),
}Available on crate feature
tc only.Expand description
Get / dump tc qdisc information.
Variants§
Implementations§
Source§impl OpGetqdiscDoRequest
impl OpGetqdiscDoRequest
pub fn new(buf: &[u8]) -> (PushTcmsg, IterableOpGetqdiscDoRequest<'_>)
Trait Implementations§
Source§impl Clone for OpGetqdiscDoRequest
impl Clone for OpGetqdiscDoRequest
Source§fn clone(&self) -> OpGetqdiscDoRequest
fn clone(&self) -> OpGetqdiscDoRequest
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 OpGetqdiscDoRequest
impl RefUnwindSafe for OpGetqdiscDoRequest
impl Send for OpGetqdiscDoRequest
impl Sync for OpGetqdiscDoRequest
impl Unpin for OpGetqdiscDoRequest
impl UnwindSafe for OpGetqdiscDoRequest
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