Struct webrtc_sctp::util::Hex[][src]

pub struct Hex<'a>(pub &'a [u8]);

A byte slice wrapped in Hex is printable as a hex dump.

Trait Implementations

impl<'a> Display for Hex<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Hex<'a>

impl<'a> Sync for Hex<'a>