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