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