Expand description
ton::bytes meta.
NOTE: Doesn’t consume slice (leaves offset as unchanged)
Fields
prefix_len: usizelen: usizepadding: usizeTrait Implementations
impl Copy for BytesMeta
impl Eq for BytesMeta
impl StructuralEq for BytesMeta
impl StructuralPartialEq for BytesMeta
Auto Trait Implementations
impl RefUnwindSafe for BytesMeta
impl Send for BytesMeta
impl Sync for BytesMeta
impl Unpin for BytesMeta
impl UnwindSafe for BytesMeta
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