Struct winapi::um::minwinbase::OVERLAPPED
source · [−]#[repr(C)]pub struct OVERLAPPED {
pub Internal: ULONG_PTR,
pub InternalHigh: ULONG_PTR,
pub u: OVERLAPPED_u,
pub hEvent: HANDLE,
}
Fields
Internal: ULONG_PTR
InternalHigh: ULONG_PTR
u: OVERLAPPED_u
hEvent: HANDLE
Trait Implementations
sourceimpl Clone for OVERLAPPED
impl Clone for OVERLAPPED
sourcefn clone(&self) -> OVERLAPPED
fn clone(&self) -> 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
impl Copy for OVERLAPPED
Auto Trait Implementations
impl RefUnwindSafe for OVERLAPPED
impl !Send for OVERLAPPED
impl !Sync for OVERLAPPED
impl Unpin for OVERLAPPED
impl UnwindSafe for OVERLAPPED
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more