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