pub enum DebugHex {
Lower,
Upper,
}
Expand description
Enum for the debug hex flags.
Variants§
Trait Implementations§
impl Copy for DebugHex
impl StructuralPartialEq for DebugHex
Auto Trait Implementations§
impl Freeze for DebugHex
impl RefUnwindSafe for DebugHex
impl Send for DebugHex
impl Sync for DebugHex
impl Unpin for DebugHex
impl UnwindSafe for DebugHex
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