pub struct BcdByte<const MIN: u8 = 0, const MAX: u8 = 99>(/* private fields */);Trait Implementations§
Source§impl<const MIN: u8, const MAX: u8> PartialOrd for BcdByte<MIN, MAX>
impl<const MIN: u8, const MAX: u8> PartialOrd for BcdByte<MIN, MAX>
impl<const MIN: u8, const MAX: u8> Copy for BcdByte<MIN, MAX>
impl<const MIN: u8, const MAX: u8> Eq for BcdByte<MIN, MAX>
impl<const MIN: u8, const MAX: u8> StructuralPartialEq for BcdByte<MIN, MAX>
Auto Trait Implementations§
impl<const MIN: u8, const MAX: u8> Freeze for BcdByte<MIN, MAX>
impl<const MIN: u8, const MAX: u8> RefUnwindSafe for BcdByte<MIN, MAX>
impl<const MIN: u8, const MAX: u8> Send for BcdByte<MIN, MAX>
impl<const MIN: u8, const MAX: u8> Sync for BcdByte<MIN, MAX>
impl<const MIN: u8, const MAX: u8> Unpin for BcdByte<MIN, MAX>
impl<const MIN: u8, const MAX: u8> UnsafeUnpin for BcdByte<MIN, MAX>
impl<const MIN: u8, const MAX: u8> UnwindSafe for BcdByte<MIN, MAX>
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