Struct windows_sys::Win32::System::Ioctl::STORAGE_OFFLOAD_READ_OUTPUT
#[repr(C)]pub struct STORAGE_OFFLOAD_READ_OUTPUT {
pub OffloadReadFlags: u32,
pub Reserved: u32,
pub LengthProtected: u64,
pub TokenLength: u32,
pub Token: STORAGE_OFFLOAD_TOKEN,
}
Fields§
§OffloadReadFlags: u32
§Reserved: u32
§LengthProtected: u64
§TokenLength: u32
§Token: STORAGE_OFFLOAD_TOKEN
Trait Implementations§
§impl Clone for STORAGE_OFFLOAD_READ_OUTPUT
impl Clone for STORAGE_OFFLOAD_READ_OUTPUT
impl Copy for STORAGE_OFFLOAD_READ_OUTPUT
Auto Trait Implementations§
impl RefUnwindSafe for STORAGE_OFFLOAD_READ_OUTPUT
impl Send for STORAGE_OFFLOAD_READ_OUTPUT
impl Sync for STORAGE_OFFLOAD_READ_OUTPUT
impl Unpin for STORAGE_OFFLOAD_READ_OUTPUT
impl UnwindSafe for STORAGE_OFFLOAD_READ_OUTPUT
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