Struct ntapi::ntioapi::IO_STATUS_BLOCK
source · [−]#[repr(C)]pub struct IO_STATUS_BLOCK {
pub u: IO_STATUS_BLOCK_u,
pub Information: ULONG_PTR,
}
Fields
u: IO_STATUS_BLOCK_u
Information: ULONG_PTR
Trait Implementations
sourceimpl Clone for IO_STATUS_BLOCK
impl Clone for IO_STATUS_BLOCK
sourcefn clone(&self) -> IO_STATUS_BLOCK
fn clone(&self) -> IO_STATUS_BLOCK
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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