#[repr(C)]pub struct _DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS {
pub Flags: DWORD,
pub Reserved: DWORD,
pub TokenOffset: DWORDLONG,
pub Token: STORAGE_OFFLOAD_TOKEN,
}
Fields§
§Flags: DWORD
§Reserved: DWORD
§TokenOffset: DWORDLONG
§Token: STORAGE_OFFLOAD_TOKEN
Trait Implementations§
Source§impl Clone for _DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
impl Clone for _DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
Source§fn clone(&self) -> _DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
fn clone(&self) -> _DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
Auto Trait Implementations§
impl Freeze for _DEVICE_DSM_OFFLOAD_WRITE_PARAMETERS
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§
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