Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_PORT_ARRAY
[−]#[repr(C)]pub struct NDIS_PORT_ARRAY {
pub Header: NDIS_OBJECT_HEADER,
pub NumberOfPorts: u32,
pub OffsetFirstPort: u32,
pub ElementSize: u32,
pub Ports: [NDIS_PORT_CHARACTERISTICS; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
, "Win32_NetworkManagement_IpHelper"
Fields
Header: NDIS_OBJECT_HEADER
NumberOfPorts: u32
OffsetFirstPort: u32
ElementSize: u32
Ports: [NDIS_PORT_CHARACTERISTICS; 1]
Trait Implementations
impl Clone for NDIS_PORT_ARRAY
impl Clone for NDIS_PORT_ARRAY
impl Copy for NDIS_PORT_ARRAY
Auto Trait Implementations
impl RefUnwindSafe for NDIS_PORT_ARRAY
impl Send for NDIS_PORT_ARRAY
impl Sync for NDIS_PORT_ARRAY
impl Unpin for NDIS_PORT_ARRAY
impl UnwindSafe for NDIS_PORT_ARRAY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more