Struct win_sys::FileSystem::FH_OVERLAPPED
source · [−]#[repr(C)]pub struct FH_OVERLAPPED {
pub Internal: usize,
pub InternalHigh: usize,
pub Offset: u32,
pub OffsetHigh: u32,
pub hEvent: HANDLE,
pub pfnCompletion: Option<unsafe extern "system" fn(*mut FIO_CONTEXT, *mut FH_OVERLAPPED, u32, u32)>,
pub Reserved1: usize,
pub Reserved2: usize,
pub Reserved3: usize,
pub Reserved4: usize,
}Expand description
Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’
Fields
Internal: usizeInternalHigh: usizeOffset: u32OffsetHigh: u32hEvent: HANDLEpfnCompletion: Option<unsafe extern "system" fn(*mut FIO_CONTEXT, *mut FH_OVERLAPPED, u32, u32)>Reserved1: usizeReserved2: usizeReserved3: usizeReserved4: usizeTrait Implementations
sourceimpl Clone for FH_OVERLAPPED
impl Clone for FH_OVERLAPPED
sourcepub fn clone(&self) -> FH_OVERLAPPED
pub fn clone(&self) -> FH_OVERLAPPED
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 FH_OVERLAPPED
impl Debug for FH_OVERLAPPED
sourceimpl Default for FH_OVERLAPPED
impl Default for FH_OVERLAPPED
sourcepub fn default() -> FH_OVERLAPPED
pub fn default() -> FH_OVERLAPPED
Returns the “default value” for a type. Read more
sourceimpl PartialEq<FH_OVERLAPPED> for FH_OVERLAPPED
impl PartialEq<FH_OVERLAPPED> for FH_OVERLAPPED
impl Copy for FH_OVERLAPPED
impl Eq for FH_OVERLAPPED
Auto Trait Implementations
impl RefUnwindSafe for FH_OVERLAPPED
impl Send for FH_OVERLAPPED
impl Sync for FH_OVERLAPPED
impl Unpin for FH_OVERLAPPED
impl UnwindSafe for FH_OVERLAPPED
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