Struct windows_sys::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
impl Copy for STORAGE_OFFLOAD_TOKEN
Auto Trait Implementations§
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