Struct windows_sys::Win32::Storage::IscsiDisc::NVCACHE_HINT_PAYLOAD
[−]#[repr(C)]pub struct NVCACHE_HINT_PAYLOAD {}
Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields
Command: u8
Feature7_0: u8
Feature15_8: u8
Count15_8: u8
LBA7_0: u8
LBA15_8: u8
LBA23_16: u8
LBA31_24: u8
LBA39_32: u8
LBA47_40: u8
Auxiliary7_0: u8
Auxiliary23_16: u8
Reserved: [u8; 4]
Trait Implementations
impl Clone for NVCACHE_HINT_PAYLOAD
impl Clone for NVCACHE_HINT_PAYLOAD
impl Copy for NVCACHE_HINT_PAYLOAD
Auto Trait Implementations
impl RefUnwindSafe for NVCACHE_HINT_PAYLOAD
impl Send for NVCACHE_HINT_PAYLOAD
impl Sync for NVCACHE_HINT_PAYLOAD
impl Unpin for NVCACHE_HINT_PAYLOAD
impl UnwindSafe for NVCACHE_HINT_PAYLOAD
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