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