#[repr(C)]
pub struct ADAPTER_STATUS {
Show 27 fields pub adapter_address: [u8; 6], pub rev_major: u8, pub reserved0: u8, pub adapter_type: u8, pub rev_minor: u8, pub duration: u16, pub frmr_recv: u16, pub frmr_xmit: u16, pub iframe_recv_err: u16, pub xmit_aborts: u16, pub xmit_success: u32, pub recv_success: u32, pub iframe_xmit_err: u16, pub recv_buff_unavail: u16, pub t1_timeouts: u16, pub ti_timeouts: u16, pub reserved1: u32, pub free_ncbs: u16, pub max_cfg_ncbs: u16, pub max_ncbs: u16, pub xmit_buf_unavail: u16, pub max_dgram_size: u16, pub pending_sess: u16, pub max_cfg_sess: u16, pub max_sess: u16, pub max_sess_pkt_size: u16, pub name_count: u16,
}
Expand description

Required features: "Win32_NetworkManagement_NetBios"

Fields

adapter_address: [u8; 6]rev_major: u8reserved0: u8adapter_type: u8rev_minor: u8duration: u16frmr_recv: u16frmr_xmit: u16iframe_recv_err: u16xmit_aborts: u16xmit_success: u32recv_success: u32iframe_xmit_err: u16recv_buff_unavail: u16t1_timeouts: u16ti_timeouts: u16reserved1: u32free_ncbs: u16max_cfg_ncbs: u16max_ncbs: u16xmit_buf_unavail: u16max_dgram_size: u16pending_sess: u16max_cfg_sess: u16max_sess: u16max_sess_pkt_size: u16name_count: u16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.