Struct windows::Win32::NetworkManagement::NetManagement::AF_OP
#[repr(transparent)]pub struct AF_OP(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAndAssign for AF_OP
impl BitAndAssign for AF_OP
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for AF_OP
impl BitOrAssign for AF_OP
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read moreimpl Copy for AF_OP
impl Eq for AF_OP
impl StructuralPartialEq for AF_OP
Auto Trait Implementations§
impl Freeze for AF_OP
impl RefUnwindSafe for AF_OP
impl Send for AF_OP
impl Sync for AF_OP
impl Unpin for AF_OP
impl UnwindSafe for AF_OP
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)