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