Union windows_sys::Wdk::System::SystemServices::IO_STATUS_BLOCK64_0
#[repr(C)]
pub union IO_STATUS_BLOCK64_0 {
pub Status: NTSTATUS,
pub Pointer: *mut c_void,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Status: NTSTATUS
§Pointer: *mut c_void
Trait Implementations§
§impl Clone for IO_STATUS_BLOCK64_0
impl Clone for IO_STATUS_BLOCK64_0
impl Copy for IO_STATUS_BLOCK64_0
Auto Trait Implementations§
impl RefUnwindSafe for IO_STATUS_BLOCK64_0
impl !Send for IO_STATUS_BLOCK64_0
impl !Sync for IO_STATUS_BLOCK64_0
impl Unpin for IO_STATUS_BLOCK64_0
impl UnwindSafe for IO_STATUS_BLOCK64_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