Struct netlink_packet_route::tc::TcFqCodelClStats
source · #[non_exhaustive]pub struct TcFqCodelClStats { /* private fields */ }
Trait Implementations§
source§impl Clone for TcFqCodelClStats
impl Clone for TcFqCodelClStats
source§fn clone(&self) -> TcFqCodelClStats
fn clone(&self) -> TcFqCodelClStats
Returns a copy 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 moresource§impl Debug for TcFqCodelClStats
impl Debug for TcFqCodelClStats
source§impl Emitable for TcFqCodelClStats
impl Emitable for TcFqCodelClStats
source§impl<T: AsRef<[u8]>> Parseable<TcFqCodelClStatsBuffer<T>> for TcFqCodelClStats
impl<T: AsRef<[u8]>> Parseable<TcFqCodelClStatsBuffer<T>> for TcFqCodelClStats
source§fn parse(buf: &TcFqCodelClStatsBuffer<T>) -> Result<Self, DecodeError>
fn parse(buf: &TcFqCodelClStatsBuffer<T>) -> Result<Self, DecodeError>
Deserialize the current type.
source§impl PartialEq for TcFqCodelClStats
impl PartialEq for TcFqCodelClStats
source§fn eq(&self, other: &TcFqCodelClStats) -> bool
fn eq(&self, other: &TcFqCodelClStats) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TcFqCodelClStats
impl Eq for TcFqCodelClStats
impl StructuralEq for TcFqCodelClStats
impl StructuralPartialEq for TcFqCodelClStats
Auto Trait Implementations§
impl RefUnwindSafe for TcFqCodelClStats
impl Send for TcFqCodelClStats
impl Sync for TcFqCodelClStats
impl Unpin for TcFqCodelClStats
impl UnwindSafe for TcFqCodelClStats
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