#[repr(C)]pub struct STORAGE_OFFLOAD_READ_OUTPUT {
pub OffloadReadFlags: u32,
pub Reserved: u32,
pub LengthProtected: u64,
pub TokenLength: u32,
pub Token: STORAGE_OFFLOAD_TOKEN,
}Fields§
§OffloadReadFlags: u32§Reserved: u32§LengthProtected: u64§TokenLength: u32§Token: STORAGE_OFFLOAD_TOKENTrait Implementations§
Source§impl Abi for STORAGE_OFFLOAD_READ_OUTPUT
impl Abi for STORAGE_OFFLOAD_READ_OUTPUT
Source§type Abi = STORAGE_OFFLOAD_READ_OUTPUT
type Abi = STORAGE_OFFLOAD_READ_OUTPUT
The abi representation of the implementing type. Read more
type DefaultType = STORAGE_OFFLOAD_READ_OUTPUT
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_OFFLOAD_READ_OUTPUT
impl Clone for STORAGE_OFFLOAD_READ_OUTPUT
Source§fn clone(&self) -> STORAGE_OFFLOAD_READ_OUTPUT
fn clone(&self) -> STORAGE_OFFLOAD_READ_OUTPUT
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_OFFLOAD_READ_OUTPUT
impl Eq for STORAGE_OFFLOAD_READ_OUTPUT
Auto Trait Implementations§
impl Freeze for STORAGE_OFFLOAD_READ_OUTPUT
impl RefUnwindSafe for STORAGE_OFFLOAD_READ_OUTPUT
impl Send for STORAGE_OFFLOAD_READ_OUTPUT
impl Sync for STORAGE_OFFLOAD_READ_OUTPUT
impl Unpin for STORAGE_OFFLOAD_READ_OUTPUT
impl UnsafeUnpin for STORAGE_OFFLOAD_READ_OUTPUT
impl UnwindSafe for STORAGE_OFFLOAD_READ_OUTPUT
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