Struct ETaskType
#[repr(transparent)]pub struct ETaskType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for ETaskType
impl Eq for ETaskType
impl StructuralPartialEq for ETaskType
Auto Trait Implementations§
impl Freeze for ETaskType
impl RefUnwindSafe for ETaskType
impl Send for ETaskType
impl Sync for ETaskType
impl Unpin for ETaskType
impl UnwindSafe for ETaskType
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