Struct windows::Wdk::NetworkManagement::Ndis::NDIS_WAN_LINE_UP
#[repr(C)]pub struct NDIS_WAN_LINE_UP {
pub LinkSpeed: u32,
pub MaximumTotalSize: u32,
pub Quality: NDIS_WAN_QUALITY,
pub SendWindow: u16,
pub RemoteAddress: [u8; 6],
pub LocalAddress: [u8; 6],
pub ProtocolBufferLength: u32,
pub ProtocolBuffer: *mut u8,
pub ProtocolType: u16,
pub DeviceName: UNICODE_STRING,
}
Fields§
§LinkSpeed: u32
§MaximumTotalSize: u32
§Quality: NDIS_WAN_QUALITY
§SendWindow: u16
§RemoteAddress: [u8; 6]
§LocalAddress: [u8; 6]
§ProtocolBufferLength: u32
§ProtocolBuffer: *mut u8
§ProtocolType: u16
§DeviceName: UNICODE_STRING
Trait Implementations§
§impl Clone for NDIS_WAN_LINE_UP
impl Clone for NDIS_WAN_LINE_UP
§fn clone(&self) -> NDIS_WAN_LINE_UP
fn clone(&self) -> NDIS_WAN_LINE_UP
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 NDIS_WAN_LINE_UP
impl Debug for NDIS_WAN_LINE_UP
§impl Default for NDIS_WAN_LINE_UP
impl Default for NDIS_WAN_LINE_UP
§impl PartialEq for NDIS_WAN_LINE_UP
impl PartialEq for NDIS_WAN_LINE_UP
§fn eq(&self, other: &NDIS_WAN_LINE_UP) -> bool
fn eq(&self, other: &NDIS_WAN_LINE_UP) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NDIS_WAN_LINE_UP
impl Eq for NDIS_WAN_LINE_UP
impl StructuralPartialEq for NDIS_WAN_LINE_UP
Auto Trait Implementations§
impl Freeze for NDIS_WAN_LINE_UP
impl RefUnwindSafe for NDIS_WAN_LINE_UP
impl !Send for NDIS_WAN_LINE_UP
impl !Sync for NDIS_WAN_LINE_UP
impl Unpin for NDIS_WAN_LINE_UP
impl UnwindSafe for NDIS_WAN_LINE_UP
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
)