Struct netlink_packet_route::tc::TcQdiscFqCodel
source · #[non_exhaustive]pub struct TcQdiscFqCodel {}
Trait Implementations§
source§impl Clone for TcQdiscFqCodel
impl Clone for TcQdiscFqCodel
source§fn clone(&self) -> TcQdiscFqCodel
fn clone(&self) -> TcQdiscFqCodel
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 TcQdiscFqCodel
impl Debug for TcQdiscFqCodel
source§impl PartialEq for TcQdiscFqCodel
impl PartialEq for TcQdiscFqCodel
source§fn eq(&self, other: &TcQdiscFqCodel) -> bool
fn eq(&self, other: &TcQdiscFqCodel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TcQdiscFqCodel
impl StructuralEq for TcQdiscFqCodel
impl StructuralPartialEq for TcQdiscFqCodel
Auto Trait Implementations§
impl RefUnwindSafe for TcQdiscFqCodel
impl Send for TcQdiscFqCodel
impl Sync for TcQdiscFqCodel
impl Unpin for TcQdiscFqCodel
impl UnwindSafe for TcQdiscFqCodel
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