Struct datafusion_row::layout::RowLayout
source · [−]pub struct RowLayout { /* private fields */ }
Expand description
Reveals how the fields of a record are stored in the raw-bytes format
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RowLayout
impl Send for RowLayout
impl Sync for RowLayout
impl Unpin for RowLayout
impl UnwindSafe for RowLayout
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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