Struct netlink_packet_route::rtnl::nlas::DefaultNla
source · pub struct DefaultNla { /* private fields */ }
Implementations§
source§impl DefaultNla
impl DefaultNla
Trait Implementations§
source§impl Clone for DefaultNla
impl Clone for DefaultNla
source§fn clone(&self) -> DefaultNla
fn clone(&self) -> DefaultNla
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 DefaultNla
impl Debug for DefaultNla
source§impl Nla for DefaultNla
impl Nla for DefaultNla
source§impl<'buffer, T> Parseable<NlaBuffer<&'buffer T>> for DefaultNla
impl<'buffer, T> Parseable<NlaBuffer<&'buffer T>> for DefaultNla
source§fn parse(buf: &NlaBuffer<&'buffer T>) -> Result<DefaultNla, DecodeError>
fn parse(buf: &NlaBuffer<&'buffer T>) -> Result<DefaultNla, DecodeError>
Deserialize the current type.
source§impl PartialEq for DefaultNla
impl PartialEq for DefaultNla
source§fn eq(&self, other: &DefaultNla) -> bool
fn eq(&self, other: &DefaultNla) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DefaultNla
impl StructuralPartialEq for DefaultNla
Auto Trait Implementations§
impl Freeze for DefaultNla
impl RefUnwindSafe for DefaultNla
impl Send for DefaultNla
impl Sync for DefaultNla
impl Unpin for DefaultNla
impl UnwindSafe for DefaultNla
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)