pub struct DecodeTime { /* private fields */ }Expand description
The current decode time in full seconds.
The user may change the value of this register. In that case the new value should be written twice.
Implementations§
Trait Implementations§
Source§impl BitAnd for DecodeTime
impl BitAnd for DecodeTime
Source§impl BitAndAssign for DecodeTime
impl BitAndAssign for DecodeTime
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for DecodeTime
impl BitOr for DecodeTime
Source§impl BitOrAssign for DecodeTime
impl BitOrAssign for DecodeTime
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for DecodeTime
impl BitXor for DecodeTime
Source§impl BitXorAssign for DecodeTime
impl BitXorAssign for DecodeTime
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for DecodeTime
impl Clone for DecodeTime
Source§fn clone(&self) -> DecodeTime
fn clone(&self) -> DecodeTime
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DecodeTime
impl Debug for DecodeTime
Source§impl From<DecodeTime> for [u8; 2]
impl From<DecodeTime> for [u8; 2]
Source§fn from(val: DecodeTime) -> Self
fn from(val: DecodeTime) -> Self
Converts to this type from the input type.
Source§impl From<DecodeTime> for FieldSetValue
impl From<DecodeTime> for FieldSetValue
Source§fn from(val: DecodeTime) -> Self
fn from(val: DecodeTime) -> Self
Converts to this type from the input type.
Source§impl Not for DecodeTime
impl Not for DecodeTime
Source§impl PartialEq for DecodeTime
impl PartialEq for DecodeTime
Source§fn eq(&self, other: &DecodeTime) -> bool
fn eq(&self, other: &DecodeTime) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DecodeTime
impl Eq for DecodeTime
impl StructuralPartialEq for DecodeTime
Auto Trait Implementations§
impl Freeze for DecodeTime
impl RefUnwindSafe for DecodeTime
impl Send for DecodeTime
impl Sync for DecodeTime
impl Unpin for DecodeTime
impl UnsafeUnpin for DecodeTime
impl UnwindSafe for DecodeTime
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