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