Struct windows_sys::Win32::NetworkManagement::NetBios::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: u16
Trait 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 moreimpl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)