#[repr(C)]pub struct STORAGE_PROTOCOL_SPECIFIC_DATA_EXT {
pub ProtocolType: STORAGE_PROTOCOL_TYPE,
pub DataType: u32,
pub ProtocolDataValue: u32,
pub ProtocolDataSubValue: u32,
pub ProtocolDataOffset: u32,
pub ProtocolDataLength: u32,
pub FixedProtocolReturnData: u32,
pub ProtocolDataSubValue2: u32,
pub ProtocolDataSubValue3: u32,
pub ProtocolDataSubValue4: u32,
pub ProtocolDataSubValue5: u32,
pub Reserved: [u32; 5],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
ProtocolType: STORAGE_PROTOCOL_TYPE
DataType: u32
ProtocolDataValue: u32
ProtocolDataSubValue: u32
ProtocolDataOffset: u32
ProtocolDataLength: u32
FixedProtocolReturnData: u32
ProtocolDataSubValue2: u32
ProtocolDataSubValue3: u32
ProtocolDataSubValue4: u32
ProtocolDataSubValue5: u32
Reserved: [u32; 5]
Trait Implementations
impl Clone for STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
impl Clone for STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
impl Copy for STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
impl Send for STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
impl Sync for STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
impl Unpin for STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
impl UnwindSafe for STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
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