Struct mesh_protobuf::protobuf::PackedWriter
source · pub struct PackedWriter<'a, 'buf> { /* private fields */ }
Expand description
A writer for a packed field.
Implementations§
source§impl PackedWriter<'_, '_>
impl PackedWriter<'_, '_>
Auto Trait Implementations§
impl<'a, 'buf> Freeze for PackedWriter<'a, 'buf>
impl<'a, 'buf> RefUnwindSafe for PackedWriter<'a, 'buf>
impl<'a, 'buf> Send for PackedWriter<'a, 'buf>
impl<'a, 'buf> Sync for PackedWriter<'a, 'buf>
impl<'a, 'buf> Unpin for PackedWriter<'a, 'buf>
impl<'a, 'buf> !UnwindSafe for PackedWriter<'a, 'buf>
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