Union IRP_3
#[repr(C)]
pub union IRP_3 {
pub Overlay: IRP_3_0,
pub Apc: KAPC,
pub CompletionKey: *mut c_void,
}
Fields§
§Overlay: IRP_3_0
§Apc: KAPC
§CompletionKey: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRP_3
impl RefUnwindSafe for IRP_3
impl !Send for IRP_3
impl !Sync for IRP_3
impl Unpin for IRP_3
impl UnwindSafe for IRP_3
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