Enum smbioslib::CacheOperationalMode
source · [−]pub enum CacheOperationalMode {
WriteThrough,
WriteBack,
VariesWithMemoryAddress,
Unknown,
}
Expand description
Variants
WriteThrough
Write Through
WriteBack
Write Back
VariesWithMemoryAddress
Varies with Memory Address
Unknown
Unknown Operational Mode
Trait Implementations
sourceimpl Debug for CacheOperationalMode
impl Debug for CacheOperationalMode
sourceimpl Serialize for CacheOperationalMode
impl Serialize for CacheOperationalMode
impl Eq for CacheOperationalMode
impl StructuralEq for CacheOperationalMode
impl StructuralPartialEq for CacheOperationalMode
Auto Trait Implementations
impl RefUnwindSafe for CacheOperationalMode
impl Send for CacheOperationalMode
impl Sync for CacheOperationalMode
impl Unpin for CacheOperationalMode
impl UnwindSafe for CacheOperationalMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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