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