#[repr(C)]pub struct BlockStatsList {
pub next: *mut BlockStatsList,
pub value: *mut BlockStats,
}Fields§
§next: *mut BlockStatsList§value: *mut BlockStatsTrait Implementations§
Source§impl Clone for BlockStatsList
impl Clone for BlockStatsList
Source§fn clone(&self) -> BlockStatsList
fn clone(&self) -> BlockStatsList
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 BlockStatsList
Auto Trait Implementations§
impl !Send for BlockStatsList
impl !Sync for BlockStatsList
impl Freeze for BlockStatsList
impl RefUnwindSafe for BlockStatsList
impl Unpin for BlockStatsList
impl UnsafeUnpin for BlockStatsList
impl UnwindSafe for BlockStatsList
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