pub struct R(_);
Expand description
Register QUERY_CHECK
reader
Implementations
sourceimpl R
impl R
sourcepub fn md_error(&self) -> MD_ERROR_R
pub fn md_error(&self) -> MD_ERROR_R
Bit 0 - 1: MD check fails. 0: MD check passes.
sourcepub fn padding_bad(&self) -> PADDING_BAD_R
pub fn padding_bad(&self) -> PADDING_BAD_R
Bit 1 - 1: The padding check fails. 0: The padding check passes.
Methods from Deref<Target = R<QUERY_CHECK_SPEC>>
Trait Implementations
sourceimpl From<R<QUERY_CHECK_SPEC>> for R
impl From<R<QUERY_CHECK_SPEC>> for R
sourcefn from(reader: R<QUERY_CHECK_SPEC>) -> Self
fn from(reader: R<QUERY_CHECK_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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