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