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