Struct std::sys::windows::c::windows_sys::IO_STATUS_BLOCK
source · #[repr(C)]pub struct IO_STATUS_BLOCK {
pub Anonymous: IO_STATUS_BLOCK_0,
pub Information: usize,
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§Anonymous: IO_STATUS_BLOCK_0
🔬This is a nightly-only experimental API. (
§windows_c
)Information: usize
🔬This is a nightly-only experimental API. (
windows_c
)Implementations§
Trait Implementations§
source§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