[][src]Struct capsule_ffi::rte_higig2_ppt_type1

#[repr(C)]pub struct rte_higig2_ppt_type1 {
    pub classification: u16,
    pub resv: u16,
    pub vid: u16,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>,
}

Fields

classification: u16resv: u16vid: u16_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>

Implementations

impl rte_higig2_ppt_type1[src]

pub fn opcode(&self) -> u16[src]

pub fn set_opcode(&mut self, val: u16)[src]

pub fn resv1(&self) -> u16[src]

pub fn set_resv1(&mut self, val: u16)[src]

pub fn src_t(&self) -> u16[src]

pub fn set_src_t(&mut self, val: u16)[src]

pub fn pfm(&self) -> u16[src]

pub fn set_pfm(&mut self, val: u16)[src]

pub fn resv2(&self) -> u16[src]

pub fn set_resv2(&mut self, val: u16)[src]

pub fn hdr_ext_len(&self) -> u16[src]

pub fn set_hdr_ext_len(&mut self, val: u16)[src]

pub fn new_bitfield_1(
    opcode: u16,
    resv1: u16,
    src_t: u16,
    pfm: u16,
    resv2: u16,
    hdr_ext_len: u16
) -> __BindgenBitfieldUnit<[u8; 2], u8>
[src]

Trait Implementations

impl Clone for rte_higig2_ppt_type1[src]

impl Copy for rte_higig2_ppt_type1[src]

impl Debug for rte_higig2_ppt_type1[src]

impl Default for rte_higig2_ppt_type1[src]

impl PartialEq<rte_higig2_ppt_type1> for rte_higig2_ppt_type1[src]

impl StructuralPartialEq for rte_higig2_ppt_type1[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.