Struct msr_core::storage::StorageStatus
source · [−]pub struct StorageStatus {
pub descriptor: StorageDescriptor,
pub statistics: Option<StorageStatistics>,
}
Fields
descriptor: StorageDescriptor
statistics: Option<StorageStatistics>
Trait Implementations
sourceimpl Clone for StorageStatus
impl Clone for StorageStatus
sourcefn clone(&self) -> StorageStatus
fn clone(&self) -> StorageStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for StorageStatus
impl Send for StorageStatus
impl Sync for StorageStatus
impl Unpin for StorageStatus
impl UnwindSafe for StorageStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more