pub struct ProjView<'a> {
pub packed: &'a [u8],
pub scale: &'a [u8],
}Expand description
Borrowed view of one projection’s sub-buffers inside a parsed record.
Fields§
§packed: &'a [u8]§scale: &'a [u8]Trait Implementations§
impl<'a> Copy for ProjView<'a>
Auto Trait Implementations§
impl<'a> Freeze for ProjView<'a>
impl<'a> RefUnwindSafe for ProjView<'a>
impl<'a> Send for ProjView<'a>
impl<'a> Sync for ProjView<'a>
impl<'a> Unpin for ProjView<'a>
impl<'a> UnwindSafe for ProjView<'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