pub enum MT {
Zero = 0,
One = 1,
}
Expand description
Month tens in BCD format
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MT
impl Eq for MT
impl StructuralPartialEq for MT
Auto Trait Implementations§
impl Freeze for MT
impl RefUnwindSafe for MT
impl Send for MT
impl Sync for MT
impl Unpin for MT
impl UnwindSafe for MT
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