pub struct DynamicDigit<const BASE: u32> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const BASE: u32> Freeze for Digit<BASE>
impl<const BASE: u32> RefUnwindSafe for Digit<BASE>
impl<const BASE: u32> Send for Digit<BASE>
impl<const BASE: u32> Sync for Digit<BASE>
impl<const BASE: u32> Unpin for Digit<BASE>
impl<const BASE: u32> UnwindSafe for Digit<BASE>
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