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