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