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