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