pub struct HexFmt;Expand description
Function: int:hex_fmt
Input: int
- first argument: uint number of leading zeroes
Returns string
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HexFmt
impl RefUnwindSafe for HexFmt
impl Send for HexFmt
impl Sync for HexFmt
impl Unpin for HexFmt
impl UnwindSafe for HexFmt
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