#[repr(C)]pub struct async_wait {
pub state: async_state_t,
pub handler: async_wait_handler_t,
pub object: zx_handle_t,
pub trigger: zx_signals_t,
pub options: u32,
}
Fields§
§state: async_state_t
§handler: async_wait_handler_t
§object: zx_handle_t
§trigger: zx_signals_t
§options: u32
Trait Implementations§
Source§impl Debug for async_wait
impl Debug for async_wait
Auto Trait Implementations§
impl Freeze for async_wait
impl RefUnwindSafe for async_wait
impl Send for async_wait
impl Sync for async_wait
impl Unpin for async_wait
impl UnwindSafe for async_wait
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