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