#[repr(C)]pub struct _STORAGE_PROTOCOL_SPECIFIC_DATA_EXT {Show 13 fields
pub ProtocolType: STORAGE_PROTOCOL_TYPE,
pub DataType: DWORD,
pub ProtocolDataValue: DWORD,
pub ProtocolDataSubValue: DWORD,
pub ProtocolDataOffset: DWORD,
pub ProtocolDataLength: DWORD,
pub FixedProtocolReturnData: DWORD,
pub ProtocolDataSubValue2: DWORD,
pub ProtocolDataSubValue3: DWORD,
pub ProtocolDataSubValue4: DWORD,
pub ProtocolDataSubValue5: DWORD,
pub ProtocolDataSubValue6: DWORD,
pub Reserved: [DWORD; 4],
}Fields§
§ProtocolType: STORAGE_PROTOCOL_TYPE§DataType: DWORD§ProtocolDataValue: DWORD§ProtocolDataSubValue: DWORD§ProtocolDataOffset: DWORD§ProtocolDataLength: DWORD§FixedProtocolReturnData: DWORD§ProtocolDataSubValue2: DWORD§ProtocolDataSubValue3: DWORD§ProtocolDataSubValue4: DWORD§ProtocolDataSubValue5: DWORD§ProtocolDataSubValue6: DWORD§Reserved: [DWORD; 4]Trait Implementations§
Source§impl Clone for _STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
impl Clone for _STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
Source§fn clone(&self) -> _STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
fn clone(&self) -> _STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
Returns a duplicate 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 _STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
Auto Trait Implementations§
impl Freeze for _STORAGE_PROTOCOL_SPECIFIC_DATA_EXT
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§
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