pub struct CRC_INIT_R(/* private fields */);
Expand description
Field CRC_INIT
reader - Programmable initial CRC value
Methods from Deref<Target = FieldReader<u32, u32>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CRC_INIT_R
impl RefUnwindSafe for CRC_INIT_R
impl Send for CRC_INIT_R
impl Sync for CRC_INIT_R
impl Unpin for CRC_INIT_R
impl UnwindSafe for CRC_INIT_R
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