#[repr(C)]pub struct DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS {
pub Flags: u32,
pub Reserved: u32,
pub TokenOffset: u64,
pub Token: STORAGE_OFFLOAD_TOKEN,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Flags: u32
Reserved: u32
TokenOffset: u64
Token: STORAGE_OFFLOAD_TOKEN
Trait Implementations
impl Clone for DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
impl Clone for DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
impl Copy for DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
impl Send for DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
impl Sync for DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
impl Unpin for DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
impl UnwindSafe for DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
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