#[repr(C)]pub struct async_ops_v4 {
pub acquire_shared_ref: Option<unsafe extern "C" fn(dispatcher: *mut async_dispatcher_t) -> zx_status_t>,
pub release_shared_ref: Option<unsafe extern "C" fn(dispatcher: *mut async_dispatcher_t) -> zx_status_t>,
}Fields§
Trait Implementations§
Source§impl Clone for async_ops_v4
impl Clone for async_ops_v4
Source§fn clone(&self) -> async_ops_v4
fn clone(&self) -> async_ops_v4
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_v4
impl Debug for async_ops_v4
Source§impl Default for async_ops_v4
impl Default for async_ops_v4
Source§fn default() -> async_ops_v4
fn default() -> async_ops_v4
Returns the “default value” for a type. Read more
impl Copy for async_ops_v4
Auto Trait Implementations§
impl Freeze for async_ops_v4
impl RefUnwindSafe for async_ops_v4
impl Send for async_ops_v4
impl Sync for async_ops_v4
impl Unpin for async_ops_v4
impl UnsafeUnpin for async_ops_v4
impl UnwindSafe for async_ops_v4
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