#[repr(C)]pub struct _STORAGE_GET_BC_PROPERTIES_OUTPUT {
pub MaximumRequestsPerPeriod: DWORD,
pub MinimumPeriod: DWORD,
pub MaximumRequestSize: DWORDLONG,
pub EstimatedTimePerRequest: DWORD,
pub NumOutStandingRequests: DWORD,
pub RequestSize: DWORDLONG,
}Fields§
§MaximumRequestsPerPeriod: DWORD§MinimumPeriod: DWORD§MaximumRequestSize: DWORDLONG§EstimatedTimePerRequest: DWORD§NumOutStandingRequests: DWORD§RequestSize: DWORDLONGTrait Implementations§
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 · 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
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 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