#[repr(C)]pub struct hf3fs_cqe {
pub index: i32,
pub reserved: i32,
pub result: i64,
pub userdata: *const c_void,
}
Fields§
§index: i32
§reserved: i32
§result: i64
§userdata: *const c_void
Trait Implementations§
impl Copy for hf3fs_cqe
Auto Trait Implementations§
impl Freeze for hf3fs_cqe
impl RefUnwindSafe for hf3fs_cqe
impl !Send for hf3fs_cqe
impl !Sync for hf3fs_cqe
impl Unpin for hf3fs_cqe
impl UnwindSafe for hf3fs_cqe
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