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