pub struct DebugTask {
pub state: UEventState,
pub ended: bool,
/* private fields */
}Expand description
An asynchronous procedure for handling debug event CANNOT mix it with other asynchronous runtime
Fields§
§state: UEventState§ended: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugTask
impl !RefUnwindSafe for DebugTask
impl !Send for DebugTask
impl !Sync for DebugTask
impl Unpin for DebugTask
impl !UnwindSafe for DebugTask
Blanket Implementations§
Source§impl<T> AsByteArray for T
impl<T> AsByteArray for T
fn as_byte_array(&self) -> &[u8] ⓘ
Source§impl<T> AsByteArrayMut for T
impl<T> AsByteArrayMut for T
fn as_mut_byte_array(&mut self) -> &mut [u8] ⓘ
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