Struct windows_sys::Win32::System::WindowsProgramming::IO_STATUS_BLOCK
[−]#[repr(C)]pub struct IO_STATUS_BLOCK {
pub Anonymous: IO_STATUS_BLOCK_0,
pub Information: usize,
}
Expand description
Required features: "Win32_System_WindowsProgramming"
, "Win32_Foundation"
Fields
Anonymous: IO_STATUS_BLOCK_0
Information: usize
Trait Implementations
impl Clone for IO_STATUS_BLOCK
impl Clone for IO_STATUS_BLOCK
impl Copy for IO_STATUS_BLOCK
Auto Trait Implementations
impl RefUnwindSafe for IO_STATUS_BLOCK
impl !Send for IO_STATUS_BLOCK
impl !Sync for IO_STATUS_BLOCK
impl Unpin for IO_STATUS_BLOCK
impl UnwindSafe for IO_STATUS_BLOCK
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more