pub struct PrettyBytesBinary { /* private fields */ }
Expand description
Struct that represents prettified byte values (base-2)
Trait Implementations§
Source§impl Clone for PrettyBytesBinary
impl Clone for PrettyBytesBinary
Source§fn clone(&self) -> PrettyBytesBinary
fn clone(&self) -> PrettyBytesBinary
Returns a duplicate 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 moreSource§impl Debug for PrettyBytesBinary
impl Debug for PrettyBytesBinary
Source§impl Display for PrettyBytesBinary
impl Display for PrettyBytesBinary
Source§impl PartialEq for PrettyBytesBinary
impl PartialEq for PrettyBytesBinary
impl StructuralPartialEq for PrettyBytesBinary
Auto Trait Implementations§
impl Freeze for PrettyBytesBinary
impl RefUnwindSafe for PrettyBytesBinary
impl Send for PrettyBytesBinary
impl Sync for PrettyBytesBinary
impl Unpin for PrettyBytesBinary
impl UnwindSafe for PrettyBytesBinary
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