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