pub struct DU_R(/* private fields */);
Expand description
Field DU
reader - Date units or day in BCD format
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DU_R
impl RefUnwindSafe for DU_R
impl Send for DU_R
impl Sync for DU_R
impl Unpin for DU_R
impl UnwindSafe for DU_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