#[repr(C)]pub struct STORAGE_GET_BC_PROPERTIES_OUTPUT {
pub MaximumRequestsPerPeriod: u32,
pub MinimumPeriod: u32,
pub MaximumRequestSize: u64,
pub EstimatedTimePerRequest: u32,
pub NumOutStandingRequests: u32,
pub RequestSize: u64,
}Fields§
§MaximumRequestsPerPeriod: u32§MinimumPeriod: u32§MaximumRequestSize: u64§EstimatedTimePerRequest: u32§NumOutStandingRequests: u32§RequestSize: u64Trait Implementations§
Source§impl Abi for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl Abi for STORAGE_GET_BC_PROPERTIES_OUTPUT
Source§type Abi = STORAGE_GET_BC_PROPERTIES_OUTPUT
type Abi = STORAGE_GET_BC_PROPERTIES_OUTPUT
The abi representation of the implementing type. Read more
type DefaultType = STORAGE_GET_BC_PROPERTIES_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_GET_BC_PROPERTIES_OUTPUT
impl Clone for STORAGE_GET_BC_PROPERTIES_OUTPUT
Source§fn clone(&self) -> STORAGE_GET_BC_PROPERTIES_OUTPUT
fn clone(&self) -> STORAGE_GET_BC_PROPERTIES_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_GET_BC_PROPERTIES_OUTPUT
impl Eq for STORAGE_GET_BC_PROPERTIES_OUTPUT
Auto Trait Implementations§
impl Freeze for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl RefUnwindSafe for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl Send for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl Sync for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl Unpin for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl UnsafeUnpin for STORAGE_GET_BC_PROPERTIES_OUTPUT
impl UnwindSafe for STORAGE_GET_BC_PROPERTIES_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