Union std::sys::windows::c::windows_sys::OVERLAPPED_0
source · #[repr(C)]
pub union OVERLAPPED_0 {
pub Anonymous: OVERLAPPED_0_0,
pub Pointer: *mut c_void,
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§Anonymous: OVERLAPPED_0_0
🔬This is a nightly-only experimental API. (
§windows_c
)Pointer: *mut c_void
🔬This is a nightly-only experimental API. (
windows_c
)Trait Implementations§
source§impl Clone for OVERLAPPED_0
impl Clone for OVERLAPPED_0
impl Copy for OVERLAPPED_0
Auto Trait Implementations§
impl RefUnwindSafe for OVERLAPPED_0
impl !Send for OVERLAPPED_0
impl !Sync for OVERLAPPED_0
impl Unpin for OVERLAPPED_0
impl UnwindSafe for OVERLAPPED_0
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