Struct ADAPTER_STATUS
#[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,
}Fields§
§adapter_address: [u8; 6]§rev_major: u8§reserved0: u8§adapter_type: u8§rev_minor: u8§duration: u16§frmr_recv: u16§frmr_xmit: u16§iframe_recv_err: u16§xmit_aborts: u16§xmit_success: u32§recv_success: u32§iframe_xmit_err: u16§t1_timeouts: u16§ti_timeouts: u16§reserved1: u32§free_ncbs: u16§max_cfg_ncbs: u16§max_ncbs: u16§max_dgram_size: u16§pending_sess: u16§max_cfg_sess: u16§max_sess: u16§max_sess_pkt_size: u16§name_count: u16Trait Implementations§
§impl Clone for ADAPTER_STATUS
impl Clone for ADAPTER_STATUS
§fn clone(&self) -> ADAPTER_STATUS
fn clone(&self) -> ADAPTER_STATUS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ADAPTER_STATUS
impl Debug for ADAPTER_STATUS
§impl Default for ADAPTER_STATUS
impl Default for ADAPTER_STATUS
§impl PartialEq for ADAPTER_STATUS
impl PartialEq for ADAPTER_STATUS
impl Copy for ADAPTER_STATUS
impl StructuralPartialEq for ADAPTER_STATUS
Auto Trait Implementations§
impl Freeze for ADAPTER_STATUS
impl RefUnwindSafe for ADAPTER_STATUS
impl Send for ADAPTER_STATUS
impl Sync for ADAPTER_STATUS
impl Unpin for ADAPTER_STATUS
impl UnwindSafe for ADAPTER_STATUS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more