#[repr(C)]pub struct async_ops {
pub version: async_ops_version_t,
pub reserved: u32,
pub v1: async_ops_v1,
pub v2: async_ops_v2,
pub v3: async_ops_v3,
}
Fields§
§version: async_ops_version_t
§reserved: u32
§v1: async_ops_v1
§v2: async_ops_v2
§v3: async_ops_v3
Trait Implementations§
impl Copy for async_ops
Auto Trait Implementations§
impl Freeze for async_ops
impl RefUnwindSafe for async_ops
impl Send for async_ops
impl Sync for async_ops
impl Unpin for async_ops
impl UnwindSafe for async_ops
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
)