Struct netlink_packet_route::rtnl::nlas::DefaultNla
source · [−]pub struct DefaultNla { /* private fields */ }
Trait Implementations
sourceimpl Clone for DefaultNla
impl Clone for DefaultNla
sourcefn clone(&self) -> DefaultNla
fn clone(&self) -> DefaultNla
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DefaultNla
impl Debug for DefaultNla
sourceimpl Nla for DefaultNla
impl Nla for DefaultNla
sourceimpl<'buffer, T> Parseable<NlaBuffer<&'buffer T>> for DefaultNla where
T: AsRef<[u8]> + ?Sized,
impl<'buffer, T> Parseable<NlaBuffer<&'buffer T>> for DefaultNla where
T: AsRef<[u8]> + ?Sized,
sourcefn parse(buf: &NlaBuffer<&'buffer T>) -> Result<DefaultNla, DecodeError>
fn parse(buf: &NlaBuffer<&'buffer T>) -> Result<DefaultNla, DecodeError>
Deserialize the current type.
sourceimpl PartialEq<DefaultNla> for DefaultNla
impl PartialEq<DefaultNla> for DefaultNla
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &DefaultNla) -> bool
fn ne(&self, other: &DefaultNla) -> bool
This method tests for !=
.
impl Eq for DefaultNla
impl StructuralEq for DefaultNla
impl StructuralPartialEq for DefaultNla
Auto Trait Implementations
impl RefUnwindSafe for DefaultNla
impl Send for DefaultNla
impl Sync for DefaultNla
impl Unpin for DefaultNla
impl UnwindSafe for DefaultNla
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more