Union windows_sys::Win32::System::IO::OVERLAPPED_0
#[repr(C)]
pub union OVERLAPPED_0 {
pub Anonymous: OVERLAPPED_0_0,
pub Pointer: *mut c_void,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Anonymous: OVERLAPPED_0_0
§Pointer: *mut c_void
Trait Implementations§
§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