Struct RPC_STATS_VECTOR
#[repr(C)]pub struct RPC_STATS_VECTOR {
pub Count: u32,
pub Stats: [u32; 1],
}
Fields§
§Count: u32
§Stats: [u32; 1]
Trait Implementations§
§impl Clone for RPC_STATS_VECTOR
impl Clone for RPC_STATS_VECTOR
§fn clone(&self) -> RPC_STATS_VECTOR
fn clone(&self) -> RPC_STATS_VECTOR
Returns a copy 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 RPC_STATS_VECTOR
Auto Trait Implementations§
impl Freeze for RPC_STATS_VECTOR
impl RefUnwindSafe for RPC_STATS_VECTOR
impl Send for RPC_STATS_VECTOR
impl Sync for RPC_STATS_VECTOR
impl Unpin for RPC_STATS_VECTOR
impl UnwindSafe for RPC_STATS_VECTOR
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