pub struct ArrayViewer<'r> { /* private fields */ }Implementations§
Source§impl<'r> ArrayViewer<'r>
impl<'r> ArrayViewer<'r>
pub fn new(row: &'r [u8]) -> ArrayViewer<'r>
pub fn num_elements(&self) -> usize
pub fn get_field_bytes(&self, idx: usize) -> &'r [u8] ⓘ
Auto Trait Implementations§
impl<'r> Freeze for ArrayViewer<'r>
impl<'r> !RefUnwindSafe for ArrayViewer<'r>
impl<'r> !Send for ArrayViewer<'r>
impl<'r> !Sync for ArrayViewer<'r>
impl<'r> Unpin for ArrayViewer<'r>
impl<'r> !UnwindSafe for ArrayViewer<'r>
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