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