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