Struct std::sys::windows::c::windows_sys::OVERLAPPED
source · #[repr(C)]pub struct OVERLAPPED {
pub Internal: usize,
pub InternalHigh: usize,
pub Anonymous: OVERLAPPED_0,
pub hEvent: *mut c_void,
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§Internal: usize
🔬This is a nightly-only experimental API. (
§windows_c
)InternalHigh: usize
🔬This is a nightly-only experimental API. (
§windows_c
)Anonymous: OVERLAPPED_0
🔬This is a nightly-only experimental API. (
§windows_c
)hEvent: *mut c_void
🔬This is a nightly-only experimental API. (
windows_c
)Trait Implementations§
source§impl Clone for OVERLAPPED
impl Clone 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