Struct windows::Wdk::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,
}
Fields§
§Next: *mut NDIS_PORT
§NdisReserved: *mut c_void
§MiniportReserved: *mut c_void
§ProtocolReserved: *mut c_void
§PortCharacteristics: NDIS_PORT_CHARACTERISTICS
Trait Implementations§
impl Copy for NDIS_PORT
impl Eq for NDIS_PORT
impl StructuralPartialEq for NDIS_PORT
Auto Trait Implementations§
impl Freeze for NDIS_PORT
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§
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
)