Struct windows::Win32::System::Ioctl::STORAGE_OFFLOAD_TOKEN
#[repr(C)]pub struct STORAGE_OFFLOAD_TOKEN {
pub TokenType: [u8; 4],
pub Reserved: [u8; 2],
pub TokenIdLength: [u8; 2],
pub Anonymous: STORAGE_OFFLOAD_TOKEN_0,
}
Fields§
§TokenType: [u8; 4]
§Reserved: [u8; 2]
§TokenIdLength: [u8; 2]
§Anonymous: STORAGE_OFFLOAD_TOKEN_0
Trait Implementations§
§impl Clone for STORAGE_OFFLOAD_TOKEN
impl Clone for STORAGE_OFFLOAD_TOKEN
§fn clone(&self) -> STORAGE_OFFLOAD_TOKEN
fn clone(&self) -> STORAGE_OFFLOAD_TOKEN
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 more§impl Default for STORAGE_OFFLOAD_TOKEN
impl Default for STORAGE_OFFLOAD_TOKEN
impl Copy for STORAGE_OFFLOAD_TOKEN
Auto Trait Implementations§
impl Freeze for STORAGE_OFFLOAD_TOKEN
impl RefUnwindSafe for STORAGE_OFFLOAD_TOKEN
impl Send for STORAGE_OFFLOAD_TOKEN
impl Sync for STORAGE_OFFLOAD_TOKEN
impl Unpin for STORAGE_OFFLOAD_TOKEN
impl UnwindSafe for STORAGE_OFFLOAD_TOKEN
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)