pub struct BcdComponents { /* private fields */ }
Expand description
Components for computing a fixed point value for a binary coded decimal number.
Implementations§
Trait Implementations§
Source§impl Clone for BcdComponents
impl Clone for BcdComponents
Source§fn clone(&self) -> BcdComponents
fn clone(&self) -> BcdComponents
Returns a duplicate of the value. Read more
1.0.0 · 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 BcdComponents
impl Debug for BcdComponents
Source§impl Default for BcdComponents
impl Default for BcdComponents
Source§fn default() -> BcdComponents
fn default() -> BcdComponents
Returns the “default value” for a type. Read more
Source§impl From<Fixed> for BcdComponents
impl From<Fixed> for BcdComponents
Source§impl PartialEq for BcdComponents
impl PartialEq for BcdComponents
impl Copy for BcdComponents
impl Eq for BcdComponents
impl StructuralPartialEq for BcdComponents
Auto Trait Implementations§
impl Freeze for BcdComponents
impl RefUnwindSafe for BcdComponents
impl Send for BcdComponents
impl Sync for BcdComponents
impl Unpin for BcdComponents
impl UnwindSafe for BcdComponents
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