pub struct ErrorDetectingMethodData {
pub raw: u8,
pub value: ErrorDetectingMethod,
}
Expand description
§Memory Controller Error Detecting Method Data
Fields§
§raw: u8
Raw value
raw is most useful when value is None. This is most likely to occur when the standard was updated but this library code has not been updated to match the current standard.
value: ErrorDetectingMethod
The contained ErrorDetectingMethod value
Trait Implementations§
Source§impl Debug for ErrorDetectingMethodData
impl Debug for ErrorDetectingMethodData
Source§impl Deref for ErrorDetectingMethodData
impl Deref for ErrorDetectingMethodData
Source§impl From<u8> for ErrorDetectingMethodData
impl From<u8> for ErrorDetectingMethodData
Auto Trait Implementations§
impl Freeze for ErrorDetectingMethodData
impl RefUnwindSafe for ErrorDetectingMethodData
impl Send for ErrorDetectingMethodData
impl Sync for ErrorDetectingMethodData
impl Unpin for ErrorDetectingMethodData
impl UnwindSafe for ErrorDetectingMethodData
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