Struct base16ct::HexDisplay
source · pub struct HexDisplay<'a>(pub &'a [u8]);
Expand description
core::fmt
presenter for binary data encoded as hexadecimal (Base16).
Tuple Fields§
§0: &'a [u8]
Trait Implementations§
source§impl<'a> Clone for HexDisplay<'a>
impl<'a> Clone for HexDisplay<'a>
source§fn clone(&self) -> HexDisplay<'a>
fn clone(&self) -> HexDisplay<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more