Struct windows_sys::Win32::System::Ioctl::STORAGE_OFFLOAD_WRITE_OUTPUT
[−]#[repr(C)]pub struct STORAGE_OFFLOAD_WRITE_OUTPUT {
pub OffloadWriteFlags: u32,
pub Reserved: u32,
pub LengthCopied: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
OffloadWriteFlags: u32
Reserved: u32
LengthCopied: u64
Trait Implementations
impl Clone for STORAGE_OFFLOAD_WRITE_OUTPUT
impl Clone for STORAGE_OFFLOAD_WRITE_OUTPUT
impl Copy for STORAGE_OFFLOAD_WRITE_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_OFFLOAD_WRITE_OUTPUT
impl Send for STORAGE_OFFLOAD_WRITE_OUTPUT
impl Sync for STORAGE_OFFLOAD_WRITE_OUTPUT
impl Unpin for STORAGE_OFFLOAD_WRITE_OUTPUT
impl UnwindSafe for STORAGE_OFFLOAD_WRITE_OUTPUT
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