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