Struct smbioslib::MemoryTypes
source · [−]pub struct MemoryTypes {
pub raw: u16,
}
Expand description
Fields
raw: u16
Raw value
Implementations
sourceimpl MemoryTypes
impl MemoryTypes
sourcepub fn fast_page_mode(&self) -> bool
pub fn fast_page_mode(&self) -> bool
Bit 3 Fast Page Mode
Trait Implementations
sourceimpl Debug for MemoryTypes
impl Debug for MemoryTypes
sourceimpl Deref for MemoryTypes
impl Deref for MemoryTypes
sourceimpl From<u16> for MemoryTypes
impl From<u16> for MemoryTypes
sourceimpl PartialEq<MemoryTypes> for MemoryTypes
impl PartialEq<MemoryTypes> for MemoryTypes
sourcefn eq(&self, other: &MemoryTypes) -> bool
fn eq(&self, other: &MemoryTypes) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &MemoryTypes) -> bool
fn ne(&self, other: &MemoryTypes) -> bool
This method tests for !=
.
sourceimpl Serialize for MemoryTypes
impl Serialize for MemoryTypes
impl Eq for MemoryTypes
impl StructuralEq for MemoryTypes
impl StructuralPartialEq for MemoryTypes
Auto Trait Implementations
impl RefUnwindSafe for MemoryTypes
impl Send for MemoryTypes
impl Sync for MemoryTypes
impl Unpin for MemoryTypes
impl UnwindSafe for MemoryTypes
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