#[repr(C)]pub struct async_ops_v3 {
pub get_sequence_id: Option<unsafe extern "C" fn(dispatcher: *mut async_dispatcher_t, out_sequence_id: *mut async_sequence_id_t, out_error: *mut *const c_char) -> zx_status_t>,
pub check_sequence_id: Option<unsafe extern "C" fn(dispatcher: *mut async_dispatcher_t, sequence_id: async_sequence_id_t, out_error: *mut *const c_char) -> zx_status_t>,
}
Fields§
§get_sequence_id: Option<unsafe extern "C" fn(dispatcher: *mut async_dispatcher_t, out_sequence_id: *mut async_sequence_id_t, out_error: *mut *const c_char) -> zx_status_t>
§check_sequence_id: Option<unsafe extern "C" fn(dispatcher: *mut async_dispatcher_t, sequence_id: async_sequence_id_t, out_error: *mut *const c_char) -> zx_status_t>
Trait Implementations§
Source§impl Clone for async_ops_v3
impl Clone for async_ops_v3
Source§fn clone(&self) -> async_ops_v3
fn clone(&self) -> async_ops_v3
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for async_ops_v3
impl Debug for async_ops_v3
Source§impl Default for async_ops_v3
impl Default for async_ops_v3
Source§fn default() -> async_ops_v3
fn default() -> async_ops_v3
Returns the “default value” for a type. Read more
impl Copy for async_ops_v3
Auto Trait Implementations§
impl Freeze for async_ops_v3
impl RefUnwindSafe for async_ops_v3
impl Send for async_ops_v3
impl Sync for async_ops_v3
impl Unpin for async_ops_v3
impl UnwindSafe for async_ops_v3
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)