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