Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_PORT
[−]#[repr(C)]pub struct NDIS_PORT {
pub Next: *mut NDIS_PORT,
pub NdisReserved: *mut c_void,
pub MiniportReserved: *mut c_void,
pub ProtocolReserved: *mut c_void,
pub PortCharacteristics: NDIS_PORT_CHARACTERISTICS,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
, "Win32_NetworkManagement_IpHelper"
Fields
Next: *mut NDIS_PORT
NdisReserved: *mut c_void
MiniportReserved: *mut c_void
ProtocolReserved: *mut c_void
PortCharacteristics: NDIS_PORT_CHARACTERISTICS
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NDIS_PORT
impl !Send for NDIS_PORT
impl !Sync for NDIS_PORT
impl Unpin for NDIS_PORT
impl UnwindSafe for NDIS_PORT
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