pub struct MemoryTypes {
pub raw: u16,
}
Expand description
§Memory Module Information: Memory Types
Fields§
§raw: u16
Raw value
Implementations§
Source§impl MemoryTypes
impl MemoryTypes
Sourcepub fn fast_page_mode(&self) -> bool
pub fn fast_page_mode(&self) -> bool
Bit 3 Fast Page Mode
Trait Implementations§
Source§impl Debug for MemoryTypes
impl Debug for MemoryTypes
Source§impl Deref for MemoryTypes
impl Deref for MemoryTypes
Source§impl From<u16> for MemoryTypes
impl From<u16> for MemoryTypes
Source§impl PartialEq for MemoryTypes
impl PartialEq for MemoryTypes
Source§impl Serialize for MemoryTypes
impl Serialize for MemoryTypes
impl Eq for MemoryTypes
impl StructuralPartialEq for MemoryTypes
Auto Trait Implementations§
impl Freeze for MemoryTypes
impl RefUnwindSafe for MemoryTypes
impl Send for MemoryTypes
impl Sync for MemoryTypes
impl Unpin for MemoryTypes
impl UnwindSafe for MemoryTypes
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