Enum Datfmt
#[repr(u8)]pub enum Datfmt {
RightAligned = 0,
LeftAligned = 1,
}Variants§
RightAligned = 0
The data inside RXDR and TXDR are right aligned
LeftAligned = 1
The data inside RXDR and TXDR are left aligned
Implementations§
Trait Implementations§
impl Copy for Datfmt
impl Eq for Datfmt
§impl Ord for Datfmt
impl Ord for Datfmt
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Datfmt
impl PartialOrd for Datfmt
impl StructuralPartialEq for Datfmt
Auto Trait Implementations§
impl Freeze for Datfmt
impl RefUnwindSafe for Datfmt
impl Send for Datfmt
impl Sync for Datfmt
impl Unpin for Datfmt
impl UnsafeUnpin for Datfmt
impl UnwindSafe for Datfmt
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