pub(crate) struct ReadBytes<'a>(pub(crate) &'a [u8]);Expand description
Implements no_std reading around a byte slice.
Tuple Fields§
§0: &'a [u8]Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ReadBytes<'a>
impl<'a> RefUnwindSafe for ReadBytes<'a>
impl<'a> Send for ReadBytes<'a>
impl<'a> Sync for ReadBytes<'a>
impl<'a> Unpin for ReadBytes<'a>
impl<'a> UnwindSafe for ReadBytes<'a>
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