Struct netlink_packet_route::rtnl::link::LinkMessage
source · [−]pub struct LinkMessage {
pub header: LinkHeader,
pub nlas: Vec<Nla>,
}
Fields
header: LinkHeader
nlas: Vec<Nla>
Trait Implementations
sourceimpl Clone for LinkMessage
impl Clone for LinkMessage
sourcefn clone(&self) -> LinkMessage
fn clone(&self) -> LinkMessage
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 LinkMessage
impl Debug for LinkMessage
sourceimpl Default for LinkMessage
impl Default for LinkMessage
sourcefn default() -> LinkMessage
fn default() -> LinkMessage
Returns the “default value” for a type. Read more
sourceimpl Emitable for LinkMessage
impl Emitable for LinkMessage
sourceimpl<'a, T: AsRef<[u8]> + 'a> Parseable<LinkMessageBuffer<&'a T>> for LinkMessage
impl<'a, T: AsRef<[u8]> + 'a> Parseable<LinkMessageBuffer<&'a T>> for LinkMessage
sourcefn parse(buf: &LinkMessageBuffer<&'a T>) -> Result<Self, DecodeError>
fn parse(buf: &LinkMessageBuffer<&'a T>) -> Result<Self, DecodeError>
Deserialize the current type.
sourceimpl PartialEq<LinkMessage> for LinkMessage
impl PartialEq<LinkMessage> for LinkMessage
sourcefn eq(&self, other: &LinkMessage) -> bool
fn eq(&self, other: &LinkMessage) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &LinkMessage) -> bool
fn ne(&self, other: &LinkMessage) -> bool
This method tests for !=
.
impl Eq for LinkMessage
impl StructuralEq for LinkMessage
impl StructuralPartialEq for LinkMessage
Auto Trait Implementations
impl RefUnwindSafe for LinkMessage
impl Send for LinkMessage
impl Sync for LinkMessage
impl Unpin for LinkMessage
impl UnwindSafe for LinkMessage
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