#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlockStatsList
impl Debug for BlockStatsList
impl Copy for BlockStatsList
Auto Trait Implementations§
impl Freeze for BlockStatsList
impl RefUnwindSafe for BlockStatsList
impl !Send for BlockStatsList
impl !Sync for BlockStatsList
impl Unpin 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