[][src]Struct CCODE::_ADAPTER_STATUS

#[repr(C)]pub struct _ADAPTER_STATUS {
    pub adapter_address: [UCHAR; 6],
    pub rev_major: UCHAR,
    pub reserved0: UCHAR,
    pub adapter_type: UCHAR,
    pub rev_minor: UCHAR,
    pub duration: WORD,
    pub frmr_recv: WORD,
    pub frmr_xmit: WORD,
    pub iframe_recv_err: WORD,
    pub xmit_aborts: WORD,
    pub xmit_success: DWORD,
    pub recv_success: DWORD,
    pub iframe_xmit_err: WORD,
    pub recv_buff_unavail: WORD,
    pub t1_timeouts: WORD,
    pub ti_timeouts: WORD,
    pub reserved1: DWORD,
    pub free_ncbs: WORD,
    pub max_cfg_ncbs: WORD,
    pub max_ncbs: WORD,
    pub xmit_buf_unavail: WORD,
    pub max_dgram_size: WORD,
    pub pending_sess: WORD,
    pub max_cfg_sess: WORD,
    pub max_sess: WORD,
    pub max_sess_pkt_size: WORD,
    pub name_count: WORD,
}

Fields

adapter_address: [UCHAR; 6]rev_major: UCHARreserved0: UCHARadapter_type: UCHARrev_minor: UCHARduration: WORDfrmr_recv: WORDfrmr_xmit: WORDiframe_recv_err: WORDxmit_aborts: WORDxmit_success: DWORDrecv_success: DWORDiframe_xmit_err: WORDrecv_buff_unavail: WORDt1_timeouts: WORDti_timeouts: WORDreserved1: DWORDfree_ncbs: WORDmax_cfg_ncbs: WORDmax_ncbs: WORDxmit_buf_unavail: WORDmax_dgram_size: WORDpending_sess: WORDmax_cfg_sess: WORDmax_sess: WORDmax_sess_pkt_size: WORDname_count: WORD

Trait Implementations

impl Clone for _ADAPTER_STATUS[src]

impl Copy for _ADAPTER_STATUS[src]

impl Debug for _ADAPTER_STATUS[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.