#[repr(C)]pub struct STORAGE_PROTOCOL_SPECIFIC_DATA {
pub ProtocolType: STORAGE_PROTOCOL_TYPE,
pub DataType: u32,
pub ProtocolDataRequestValue: u32,
pub ProtocolDataRequestSubValue: u32,
pub ProtocolDataOffset: u32,
pub ProtocolDataLength: u32,
pub FixedProtocolReturnData: u32,
pub ProtocolDataRequestSubValue2: u32,
pub ProtocolDataRequestSubValue3: u32,
pub Reserved: u32,
}Fields§
§ProtocolType: STORAGE_PROTOCOL_TYPE§DataType: u32§ProtocolDataRequestValue: u32§ProtocolDataRequestSubValue: u32§ProtocolDataOffset: u32§ProtocolDataLength: u32§FixedProtocolReturnData: u32§ProtocolDataRequestSubValue2: u32§ProtocolDataRequestSubValue3: u32§Reserved: u32Trait Implementations§
Source§impl Abi for STORAGE_PROTOCOL_SPECIFIC_DATA
impl Abi for STORAGE_PROTOCOL_SPECIFIC_DATA
Source§type Abi = STORAGE_PROTOCOL_SPECIFIC_DATA
type Abi = STORAGE_PROTOCOL_SPECIFIC_DATA
The abi representation of the implementing type. Read more
type DefaultType = STORAGE_PROTOCOL_SPECIFIC_DATA
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for STORAGE_PROTOCOL_SPECIFIC_DATA
impl Clone for STORAGE_PROTOCOL_SPECIFIC_DATA
Source§fn clone(&self) -> STORAGE_PROTOCOL_SPECIFIC_DATA
fn clone(&self) -> STORAGE_PROTOCOL_SPECIFIC_DATA
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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
impl Eq for STORAGE_PROTOCOL_SPECIFIC_DATA
Auto Trait Implementations§
impl Freeze for STORAGE_PROTOCOL_SPECIFIC_DATA
impl RefUnwindSafe for STORAGE_PROTOCOL_SPECIFIC_DATA
impl Send for STORAGE_PROTOCOL_SPECIFIC_DATA
impl Sync for STORAGE_PROTOCOL_SPECIFIC_DATA
impl Unpin for STORAGE_PROTOCOL_SPECIFIC_DATA
impl UnsafeUnpin for STORAGE_PROTOCOL_SPECIFIC_DATA
impl UnwindSafe for STORAGE_PROTOCOL_SPECIFIC_DATA
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