Enum netlink_sys::rtnl::LinkInfoVlan [−][src]
pub enum LinkInfoVlan {
Unspec(Vec<u8>),
Id(u16),
Flags((u32, u32)),
EgressQos(Vec<u8>),
IngressQos(Vec<u8>),
Protocol(u16),
}Variants
Unspec(Vec<u8>)Id(u16)Flags((u32, u32))EgressQos(Vec<u8>)IngressQos(Vec<u8>)Protocol(u16)
Trait Implementations
impl Debug for LinkInfoVlan[src]
impl Debug for LinkInfoVlanfn 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 LinkInfoVlan[src]
impl PartialEq for LinkInfoVlanfn eq(&self, other: &LinkInfoVlan) -> bool[src]
fn eq(&self, other: &LinkInfoVlan) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LinkInfoVlan) -> bool[src]
fn ne(&self, other: &LinkInfoVlan) -> boolThis method tests for !=.
impl Eq for LinkInfoVlan[src]
impl Eq for LinkInfoVlanimpl Clone for LinkInfoVlan[src]
impl Clone for LinkInfoVlanfn clone(&self) -> LinkInfoVlan[src]
fn clone(&self) -> LinkInfoVlanReturns 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 LinkInfoVlan[src]
impl Nla for LinkInfoVlanfn 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<LinkInfoVlan> for NlaBuffer<&'buffer T>[src]
impl<'buffer, T: AsRef<[u8]> + ?Sized> Parseable<LinkInfoVlan> for NlaBuffer<&'buffer T>fn parse(&self) -> Result<LinkInfoVlan>[src]
fn parse(&self) -> Result<LinkInfoVlan>Deserialize the current type.
Auto Trait Implementations
impl Send for LinkInfoVlan
impl Send for LinkInfoVlanimpl Sync for LinkInfoVlan
impl Sync for LinkInfoVlan