pub struct ClassfileCodec;Expand description
Binary JVM classfile decoder/encoder exposed as codec/classfile.
Trait Implementations§
Source§impl Decoder for ClassfileCodec
impl Decoder for ClassfileCodec
Auto Trait Implementations§
impl Freeze for ClassfileCodec
impl RefUnwindSafe for ClassfileCodec
impl Send for ClassfileCodec
impl Sync for ClassfileCodec
impl Unpin for ClassfileCodec
impl UnsafeUnpin for ClassfileCodec
impl UnwindSafe for ClassfileCodec
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