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