Struct netlink_packet_route::link::LinkWirelessEvent
source · #[non_exhaustive]pub struct LinkWirelessEvent(/* private fields */);
Trait Implementations§
source§impl Clone for LinkWirelessEvent
impl Clone for LinkWirelessEvent
source§fn clone(&self) -> LinkWirelessEvent
fn clone(&self) -> LinkWirelessEvent
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 LinkWirelessEvent
impl Debug for LinkWirelessEvent
source§impl Default for LinkWirelessEvent
impl Default for LinkWirelessEvent
source§fn default() -> LinkWirelessEvent
fn default() -> LinkWirelessEvent
Returns the “default value” for a type. Read more
source§impl Emitable for LinkWirelessEvent
impl Emitable for LinkWirelessEvent
source§impl PartialEq for LinkWirelessEvent
impl PartialEq for LinkWirelessEvent
source§fn eq(&self, other: &LinkWirelessEvent) -> bool
fn eq(&self, other: &LinkWirelessEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for LinkWirelessEvent
impl StructuralEq for LinkWirelessEvent
impl StructuralPartialEq for LinkWirelessEvent
Auto Trait Implementations§
impl RefUnwindSafe for LinkWirelessEvent
impl Send for LinkWirelessEvent
impl Sync for LinkWirelessEvent
impl Unpin for LinkWirelessEvent
impl UnwindSafe for LinkWirelessEvent
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