Struct windows::System::Threading::WorkItemOptions
#[repr(transparent)]pub struct WorkItemOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl WorkItemOptions
impl WorkItemOptions
pub const None: Self = _
pub const TimeSliced: Self = _
§impl WorkItemOptions
impl WorkItemOptions
Trait Implementations§
§impl BitAnd for WorkItemOptions
impl BitAnd for WorkItemOptions
§impl BitAndAssign for WorkItemOptions
impl BitAndAssign for WorkItemOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for WorkItemOptions
impl BitOr for WorkItemOptions
§impl BitOrAssign for WorkItemOptions
impl BitOrAssign for WorkItemOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for WorkItemOptions
impl Clone for WorkItemOptions
§fn clone(&self) -> WorkItemOptions
fn clone(&self) -> WorkItemOptions
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 WorkItemOptions
impl Debug for WorkItemOptions
§impl Default for WorkItemOptions
impl Default for WorkItemOptions
§fn default() -> WorkItemOptions
fn default() -> WorkItemOptions
Returns the “default value” for a type. Read more
§impl Not for WorkItemOptions
impl Not for WorkItemOptions
§impl PartialEq for WorkItemOptions
impl PartialEq for WorkItemOptions
§fn eq(&self, other: &WorkItemOptions) -> bool
fn eq(&self, other: &WorkItemOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WorkItemOptions
impl Eq for WorkItemOptions
impl StructuralPartialEq for WorkItemOptions
Auto Trait Implementations§
impl Freeze for WorkItemOptions
impl RefUnwindSafe for WorkItemOptions
impl Send for WorkItemOptions
impl Sync for WorkItemOptions
impl Unpin for WorkItemOptions
impl UnwindSafe for WorkItemOptions
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
)