[][src]Struct capsule_ffi::rte_higig2_ppt_type0

#[repr(C)]#[repr(align(4))]pub struct rte_higig2_ppt_type0 {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8], u8>,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 8], u8>

Implementations

impl rte_higig2_ppt_type0[src]

pub fn mirror(&self) -> u32[src]

pub fn set_mirror(&mut self, val: u32)[src]

pub fn mirror_done(&self) -> u32[src]

pub fn set_mirror_done(&mut self, val: u32)[src]

pub fn mirror_only(&self) -> u32[src]

pub fn set_mirror_only(&mut self, val: u32)[src]

pub fn ingress_tagged(&self) -> u32[src]

pub fn set_ingress_tagged(&mut self, val: u32)[src]

pub fn dst_tgid(&self) -> u32[src]

pub fn set_dst_tgid(&mut self, val: u32)[src]

pub fn dst_t(&self) -> u32[src]

pub fn set_dst_t(&mut self, val: u32)[src]

pub fn vc_label2(&self) -> u32[src]

pub fn set_vc_label2(&mut self, val: u32)[src]

pub fn label_present(&self) -> u32[src]

pub fn set_label_present(&mut self, val: u32)[src]

pub fn l3(&self) -> u32[src]

pub fn set_l3(&mut self, val: u32)[src]

pub fn res(&self) -> u32[src]

pub fn set_res(&mut self, val: u32)[src]

pub fn vc_label1(&self) -> u32[src]

pub fn set_vc_label1(&mut self, val: u32)[src]

pub fn vc_label0(&self) -> u32[src]

pub fn set_vc_label0(&mut self, val: u32)[src]

pub fn vid_high(&self) -> u32[src]

pub fn set_vid_high(&mut self, val: u32)[src]

pub fn vid_low(&self) -> u32[src]

pub fn set_vid_low(&mut self, val: u32)[src]

pub fn opc(&self) -> u32[src]

pub fn set_opc(&mut self, val: u32)[src]

pub fn res1(&self) -> u32[src]

pub fn set_res1(&mut self, val: u32)[src]

pub fn srce_t(&self) -> u32[src]

pub fn set_srce_t(&mut self, val: u32)[src]

pub fn pf(&self) -> u32[src]

pub fn set_pf(&mut self, val: u32)[src]

pub fn res2(&self) -> u32[src]

pub fn set_res2(&mut self, val: u32)[src]

pub fn hdr_ext_length(&self) -> u32[src]

pub fn set_hdr_ext_length(&mut self, val: u32)[src]

pub fn new_bitfield_1(
    mirror: u32,
    mirror_done: u32,
    mirror_only: u32,
    ingress_tagged: u32,
    dst_tgid: u32,
    dst_t: u32,
    vc_label2: u32,
    label_present: u32,
    l3: u32,
    res: u32,
    vc_label1: u32,
    vc_label0: u32,
    vid_high: u32,
    vid_low: u32,
    opc: u32,
    res1: u32,
    srce_t: u32,
    pf: u32,
    res2: u32,
    hdr_ext_length: u32
) -> __BindgenBitfieldUnit<[u8; 8], u8>
[src]

Trait Implementations

impl Clone for rte_higig2_ppt_type0[src]

impl Copy for rte_higig2_ppt_type0[src]

impl Debug for rte_higig2_ppt_type0[src]

impl Default for rte_higig2_ppt_type0[src]

impl PartialEq<rte_higig2_ppt_type0> for rte_higig2_ppt_type0[src]

impl StructuralPartialEq for rte_higig2_ppt_type0[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.