Struct windows_sys::Wdk::System::SystemServices::IO_STATUS_BLOCK32
#[repr(C)]pub struct IO_STATUS_BLOCK32 {
pub Status: NTSTATUS,
pub Information: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Status: NTSTATUS
§Information: u32
Trait Implementations§
§impl Clone for IO_STATUS_BLOCK32
impl Clone for IO_STATUS_BLOCK32
impl Copy for IO_STATUS_BLOCK32
Auto Trait Implementations§
impl RefUnwindSafe for IO_STATUS_BLOCK32
impl Send for IO_STATUS_BLOCK32
impl Sync for IO_STATUS_BLOCK32
impl Unpin for IO_STATUS_BLOCK32
impl UnwindSafe for IO_STATUS_BLOCK32
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