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