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