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