Struct cardano_multiplatform_lib::chain_core::mempack::WriteBuf
source · [−]pub struct WriteBuf(_);
Expand description
A local memory buffer to serialize data to
Implementations
Auto Trait Implementations
impl RefUnwindSafe for WriteBuf
impl Send for WriteBuf
impl Sync for WriteBuf
impl Unpin for WriteBuf
impl UnwindSafe for WriteBuf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more