Struct win_sys::FileSystem::IORING_CQE
source · [−]#[repr(C)]pub struct IORING_CQE {
pub UserData: usize,
pub ResultCode: HRESULT,
pub Information: usize,
}Expand description
Required features: ‘Win32_Storage_FileSystem’
Fields
UserData: usizeResultCode: HRESULTInformation: usizeTrait Implementations
sourceimpl Clone for IORING_CQE
impl Clone for IORING_CQE
sourcepub fn clone(&self) -> IORING_CQE
pub fn clone(&self) -> IORING_CQE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for IORING_CQE
impl Debug for IORING_CQE
sourceimpl Default for IORING_CQE
impl Default for IORING_CQE
sourcepub fn default() -> IORING_CQE
pub fn default() -> IORING_CQE
Returns the “default value” for a type. Read more
sourceimpl PartialEq<IORING_CQE> for IORING_CQE
impl PartialEq<IORING_CQE> for IORING_CQE
impl Copy for IORING_CQE
impl Eq for IORING_CQE
Auto Trait Implementations
impl RefUnwindSafe for IORING_CQE
impl Send for IORING_CQE
impl Sync for IORING_CQE
impl Unpin for IORING_CQE
impl UnwindSafe for IORING_CQE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more