#[repr(C)]pub struct IoStatusBlock {
pub status: i32,
pub information: usize,
}Expand description
Windows IO_STATUS_BLOCK - returned by NT I/O functions.
Fields§
§status: i32§information: usizeImplementations§
Source§impl IoStatusBlock
impl IoStatusBlock
Auto Trait Implementations§
impl Freeze for IoStatusBlock
impl RefUnwindSafe for IoStatusBlock
impl Send for IoStatusBlock
impl Sync for IoStatusBlock
impl Unpin for IoStatusBlock
impl UnsafeUnpin for IoStatusBlock
impl UnwindSafe for IoStatusBlock
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