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