pub struct HexUtil;Expand description
Number system conversion tool
Implementations§
Auto Trait Implementations§
impl Freeze for HexUtil
impl RefUnwindSafe for HexUtil
impl Send for HexUtil
impl Sync for HexUtil
impl Unpin for HexUtil
impl UnwindSafe for HexUtil
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more