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