Struct NET_CONNECT_FLAGS
#[repr(transparent)]pub struct NET_CONNECT_FLAGS(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl NET_CONNECT_FLAGS
impl NET_CONNECT_FLAGS
Trait Implementations§
§impl BitAnd for NET_CONNECT_FLAGS
impl BitAnd for NET_CONNECT_FLAGS
§impl BitAndAssign for NET_CONNECT_FLAGS
impl BitAndAssign for NET_CONNECT_FLAGS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for NET_CONNECT_FLAGS
impl BitOr for NET_CONNECT_FLAGS
§impl BitOrAssign for NET_CONNECT_FLAGS
impl BitOrAssign for NET_CONNECT_FLAGS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for NET_CONNECT_FLAGS
impl Clone for NET_CONNECT_FLAGS
§fn clone(&self) -> NET_CONNECT_FLAGS
fn clone(&self) -> NET_CONNECT_FLAGS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NET_CONNECT_FLAGS
impl Debug for NET_CONNECT_FLAGS
§impl Default for NET_CONNECT_FLAGS
impl Default for NET_CONNECT_FLAGS
§fn default() -> NET_CONNECT_FLAGS
fn default() -> NET_CONNECT_FLAGS
Returns the “default value” for a type. Read more
§impl Not for NET_CONNECT_FLAGS
impl Not for NET_CONNECT_FLAGS
§impl PartialEq for NET_CONNECT_FLAGS
impl PartialEq for NET_CONNECT_FLAGS
impl Copy for NET_CONNECT_FLAGS
impl Eq for NET_CONNECT_FLAGS
impl StructuralPartialEq for NET_CONNECT_FLAGS
Auto Trait Implementations§
impl Freeze for NET_CONNECT_FLAGS
impl RefUnwindSafe for NET_CONNECT_FLAGS
impl Send for NET_CONNECT_FLAGS
impl Sync for NET_CONNECT_FLAGS
impl Unpin for NET_CONNECT_FLAGS
impl UnwindSafe for NET_CONNECT_FLAGS
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