Struct netlink_sys::DefaultNla [−][src]
pub struct DefaultNla { /* fields omitted */ }Trait Implementations
impl Debug for DefaultNla[src]
impl Debug for DefaultNlafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for DefaultNla[src]
impl PartialEq for DefaultNlafn eq(&self, other: &DefaultNla) -> bool[src]
fn eq(&self, other: &DefaultNla) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DefaultNla) -> bool[src]
fn ne(&self, other: &DefaultNla) -> boolThis method tests for !=.
impl Eq for DefaultNla[src]
impl Eq for DefaultNlaimpl Clone for DefaultNla[src]
impl Clone for DefaultNlafn clone(&self) -> DefaultNla[src]
fn clone(&self) -> DefaultNlaReturns 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 Nla for DefaultNla[src]
impl Nla for DefaultNlafn value_len(&self) -> usize[src]
fn value_len(&self) -> usizefn kind(&self) -> u16[src]
fn kind(&self) -> u16fn emit_value(&self, buffer: &mut [u8])[src]
fn emit_value(&self, buffer: &mut [u8])impl<'buffer, T: AsRef<[u8]> + ?Sized> Parseable<DefaultNla> for NlaBuffer<&'buffer T>[src]
impl<'buffer, T: AsRef<[u8]> + ?Sized> Parseable<DefaultNla> for NlaBuffer<&'buffer T>fn parse(&self) -> Result<DefaultNla>[src]
fn parse(&self) -> Result<DefaultNla>Deserialize the current type.
Auto Trait Implementations
impl Send for DefaultNla
impl Send for DefaultNlaimpl Sync for DefaultNla
impl Sync for DefaultNla