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
impl Eq for TcFilterMatchAll
impl StructuralPartialEq for TcFilterMatchAll
Auto Trait Implementations§
impl Freeze for TcFilterMatchAll
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)