#[repr(C)]pub struct OVERLAPPED {
pub Internal: usize,
pub InternalHigh: usize,
pub Anonymous: OVERLAPPED_0,
pub hEvent: HANDLE,
}
Fields§
§Internal: usize
§InternalHigh: usize
§Anonymous: OVERLAPPED_0
§hEvent: HANDLE
Trait Implementations§
Source§impl Abi for OVERLAPPED
impl Abi for OVERLAPPED
Source§type Abi = OVERLAPPED
type Abi = OVERLAPPED
The abi representation of the implementing type. Read more
type DefaultType = OVERLAPPED
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 PartialEq for OVERLAPPED
impl PartialEq for OVERLAPPED
impl Copy for OVERLAPPED
impl Eq for OVERLAPPED
Auto Trait Implementations§
impl Freeze for OVERLAPPED
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