pub struct R(_);
Expand description
Register CID3
reader
Implementations
sourceimpl R
impl R
sourcepub fn preambleb3(&self) -> PREAMBLEB3_R
pub fn preambleb3(&self) -> PREAMBLEB3_R
Bits 0:7 - Preamble Byte 3
Methods from Deref<Target = R<CID3_SPEC>>
Trait Implementations
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