Struct core::fmt::RadixFmt
[−]
[src]
pub struct RadixFmt<T, R>(_, _);
Unstable
: may be renamed or move to a different module
A helper type for formatting radixes.
pub struct RadixFmt<T, R>(_, _);
: may be renamed or move to a different module
A helper type for formatting radixes.
impl Debug for RadixFmt<isize, Radix>
impl Display for RadixFmt<isize, Radix>
impl Debug for RadixFmt<usize, Radix>
impl Display for RadixFmt<usize, Radix>
impl Debug for RadixFmt<i8, Radix>
impl Display for RadixFmt<i8, Radix>
impl Debug for RadixFmt<u8, Radix>
impl Display for RadixFmt<u8, Radix>
impl Debug for RadixFmt<i16, Radix>
impl Display for RadixFmt<i16, Radix>
impl Debug for RadixFmt<u16, Radix>
impl Display for RadixFmt<u16, Radix>
impl Debug for RadixFmt<i32, Radix>
impl Display for RadixFmt<i32, Radix>
impl Debug for RadixFmt<u32, Radix>
impl Display for RadixFmt<u32, Radix>
impl Debug for RadixFmt<i64, Radix>
impl Display for RadixFmt<i64, Radix>
impl Debug for RadixFmt<u64, Radix>
impl Display for RadixFmt<u64, Radix>
impl<T: Clone, R: Clone> Clone for RadixFmt<T, R> where T: Clone, R: Clone
fn clone(&self) -> RadixFmt<T, R>
fn clone_from(&mut self, source: &Self)
impl<T: Copy, R: Copy> Copy for RadixFmt<T, R> where T: Copy, R: Copy
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)