[−][src]Trait ufmt_stdio::uDisplay
Just like core::fmt::Display
Required methods
fn fmt<W>(&self, &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
W: uWrite + ?Sized,
Formats the value using the given formatter
Implementations on Foreign Types
impl uDisplay for NonZeroIsize
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for NonZeroI32
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for NonZeroU64
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for NonZeroU8
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for NonZeroUsize
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for NonZeroI64
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for NonZeroU32
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for NonZeroI8
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for NonZeroI16
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for NonZeroU16
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
Implementors
impl uDisplay for bool
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for char
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for i8
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for i16
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for i32
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for i64
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for i128
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for isize
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for str
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for u8
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for u16
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for u32
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for u64
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for u128
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl uDisplay for usize
[src]
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl<'_, T> uDisplay for &'_ T where
T: uDisplay + ?Sized,
[src]
T: uDisplay + ?Sized,
fn fmt<W>(&self, f: &mut Formatter<W>) -> Result<(), <W as uWrite>::Error> where
W: uWrite + ?Sized,
[src]
W: uWrite + ?Sized,
impl<'_, T> uDisplay for &'_ mut T where
T: uDisplay + ?Sized,
[src]
T: uDisplay + ?Sized,