Struct vc6_sys::_OVERLAPPED
source · #[repr(C)]pub struct _OVERLAPPED {
pub Internal: DWORD,
pub InternalHigh: DWORD,
pub Offset: DWORD,
pub OffsetHigh: DWORD,
pub hEvent: HANDLE,
}Fields§
§Internal: DWORD§InternalHigh: DWORD§Offset: DWORD§OffsetHigh: DWORD§hEvent: HANDLETrait Implementations§
source§impl Clone for _OVERLAPPED
impl Clone for _OVERLAPPED
source§fn clone(&self) -> _OVERLAPPED
fn clone(&self) -> _OVERLAPPED
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for _OVERLAPPED
impl Debug for _OVERLAPPED
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§
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