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