#[repr(C)]pub struct async_task {
pub state: async_state_t,
pub handler: async_task_handler_t,
pub deadline: zx_time_t,
}
Fields§
§state: async_state_t
§handler: async_task_handler_t
§deadline: zx_time_t
Trait Implementations§
Source§impl Debug for async_task
impl Debug for async_task
Auto Trait Implementations§
impl Freeze for async_task
impl RefUnwindSafe for async_task
impl Send for async_task
impl Sync for async_task
impl Unpin for async_task
impl UnwindSafe for async_task
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