#[repr(u32)]pub enum WorkType {
GPEExecution = 0,
Notification = 1,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WorkType
impl RefUnwindSafe for WorkType
impl Send for WorkType
impl Sync for WorkType
impl Unpin for WorkType
impl UnwindSafe for WorkType
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