Struct windows_sys::Win32::System::IO::IO_STATUS_BLOCK
#[repr(C)]pub struct IO_STATUS_BLOCK {
pub Anonymous: IO_STATUS_BLOCK_0,
pub Information: usize,
}
Expand description
Required features: "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§
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