pub struct NumBuffer<T>where
T: NumBufferTrait,{ /* private fields */ }🔬This is a nightly-only experimental API. (
int_format_into)Expand description
A buffer wrapper of which the internal size is based on the maximum number of digits the associated integer can have.
Implementations§
Source§impl<T> NumBuffer<T>where
T: NumBufferTrait,
impl<T> NumBuffer<T>where
T: NumBufferTrait,
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for NumBuffer<T>
impl<T> RefUnwindSafe for NumBuffer<T>where
T: RefUnwindSafe,
impl<T> Send for NumBuffer<T>where
T: Send,
impl<T> Sync for NumBuffer<T>where
T: Sync,
impl<T> Unpin for NumBuffer<T>where
T: Unpin,
impl<T> UnwindSafe for NumBuffer<T>where
T: UnwindSafe,
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
Source§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
type Err = Infallible
fn into_result(self) -> Result<T, <T as IntoResult<T>>::Err>
Source§impl<Target, Original> VectorizedInto<Target> for Originalwhere
Target: VectorizedFrom<Original>,
impl<Target, Original> VectorizedInto<Target> for Originalwhere
Target: VectorizedFrom<Original>,
Source§fn vectorized_into(self) -> Target
fn vectorized_into(self) -> Target
Performs the conversion.