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
impl Eq for TcFilterU32
impl StructuralPartialEq for TcFilterU32
Auto Trait Implementations§
impl Freeze for TcFilterU32
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
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
)