Struct Datfmt
#[repr(transparent)]pub struct Datfmt(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Datfmt
impl Datfmt
pub const RIGHTALIGNED: Self
pub const RIGHTALIGNED: Self
The data inside RXDR and TXDR are right aligned
pub const LEFTALIGNED: Self
pub const LEFTALIGNED: Self
The data inside RXDR and TXDR are left aligned
Trait Implementations§
§impl Ord for Datfmt
impl Ord for Datfmt
§impl PartialOrd for Datfmt
impl PartialOrd for Datfmt
impl Copy for Datfmt
impl Eq 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 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