Enum netlink_sys::rtnl::LinkAfInetNla [−][src]
pub enum LinkAfInetNla {
DevConf(LinkInetDevConf),
Unspec(Vec<u8>),
Other(DefaultNla),
}Variants
DevConf(LinkInetDevConf)Unspec(Vec<u8>)Other(DefaultNla)
Trait Implementations
impl Clone for LinkAfInetNla[src]
impl Clone for LinkAfInetNlafn clone(&self) -> LinkAfInetNla[src]
fn clone(&self) -> LinkAfInetNlaReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for LinkAfInetNla[src]
impl Eq for LinkAfInetNlaimpl PartialEq for LinkAfInetNla[src]
impl PartialEq for LinkAfInetNlafn eq(&self, other: &LinkAfInetNla) -> bool[src]
fn eq(&self, other: &LinkAfInetNla) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LinkAfInetNla) -> bool[src]
fn ne(&self, other: &LinkAfInetNla) -> boolThis method tests for !=.
impl Debug for LinkAfInetNla[src]
impl Debug for LinkAfInetNlafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Nla for LinkAfInetNla[src]
impl Nla for LinkAfInetNlafn value_len(&self) -> usize[src]
fn value_len(&self) -> usizefn emit_value(&self, buffer: &mut [u8])[src]
fn emit_value(&self, buffer: &mut [u8])fn kind(&self) -> u16[src]
fn kind(&self) -> u16impl<'buffer, T: AsRef<[u8]> + ?Sized> Parseable<LinkAfInetNla> for NlaBuffer<&'buffer T>[src]
impl<'buffer, T: AsRef<[u8]> + ?Sized> Parseable<LinkAfInetNla> for NlaBuffer<&'buffer T>fn parse(&self) -> Result<LinkAfInetNla>[src]
fn parse(&self) -> Result<LinkAfInetNla>Deserialize the current type.
Auto Trait Implementations
impl Send for LinkAfInetNla
impl Send for LinkAfInetNlaimpl Sync for LinkAfInetNla
impl Sync for LinkAfInetNla