pub struct BitwiseCodecLib { /* private fields */ }Expand description
Lib that registers the bitwise codec with the runtime.
Its manifest exports the codec/bitwise codec, and loading wires a
BitwiseCodec into the linker as the decode and encode surface for all
six codec roles.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BitwiseCodecLib
impl RefUnwindSafe for BitwiseCodecLib
impl Send for BitwiseCodecLib
impl Sync for BitwiseCodecLib
impl Unpin for BitwiseCodecLib
impl UnsafeUnpin for BitwiseCodecLib
impl UnwindSafe for BitwiseCodecLib
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