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