pub struct AasvHex { /* private fields */ }Expand description
ObtextCodec implementation for aasv.hex format.
Corresponds to format string: "aasv.hex"
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AasvHex
impl RefUnwindSafe for AasvHex
impl Send for AasvHex
impl Sync for AasvHex
impl Unpin for AasvHex
impl UnwindSafe for AasvHex
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