Struct windows::Win32::NetworkManagement::Ndis::NDIS_PORT_TYPE
#[repr(transparent)]pub struct NDIS_PORT_TYPE(pub i32);
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NDIS_PORT_TYPE
impl Clone for NDIS_PORT_TYPE
§impl Debug for NDIS_PORT_TYPE
impl Debug for NDIS_PORT_TYPE
§impl Default for NDIS_PORT_TYPE
impl Default for NDIS_PORT_TYPE
§impl PartialEq<NDIS_PORT_TYPE> for NDIS_PORT_TYPE
impl PartialEq<NDIS_PORT_TYPE> for NDIS_PORT_TYPE
§fn eq(&self, other: &NDIS_PORT_TYPE) -> bool
fn eq(&self, other: &NDIS_PORT_TYPE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NDIS_PORT_TYPE
impl Eq for NDIS_PORT_TYPE
impl StructuralEq for NDIS_PORT_TYPE
impl StructuralPartialEq for NDIS_PORT_TYPE
Auto Trait Implementations§
impl RefUnwindSafe for NDIS_PORT_TYPE
impl Send for NDIS_PORT_TYPE
impl Sync for NDIS_PORT_TYPE
impl Unpin for NDIS_PORT_TYPE
impl UnwindSafe for NDIS_PORT_TYPE
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