Struct windows_sys::System::Threading::WorkItemOptions
[−]#[repr(transparent)]pub struct WorkItemOptions(pub u32);
Expand description
Required features: "System_Threading"
Tuple Fields
0: u32
Implementations
impl WorkItemOptions
impl WorkItemOptions
pub const None: Self = Self(0u32)
pub const TimeSliced: Self = Self(1u32)
Trait Implementations
impl Clone for WorkItemOptions
impl Clone for WorkItemOptions
impl Copy for WorkItemOptions
Auto Trait Implementations
impl RefUnwindSafe for WorkItemOptions
impl Send for WorkItemOptions
impl Sync for WorkItemOptions
impl Unpin for WorkItemOptions
impl UnwindSafe for WorkItemOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more