pub struct RawBigData {
pub segment_count: u16,
pub segment_list_offset: CellOffset,
}Expand description
Raw DB (Big Data) cell.
Fields§
§segment_count: u16§segment_list_offset: CellOffsetImplementations§
Trait Implementations§
Source§impl Clone for RawBigData
impl Clone for RawBigData
Source§fn clone(&self) -> RawBigData
fn clone(&self) -> RawBigData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RawBigData
impl RefUnwindSafe for RawBigData
impl Send for RawBigData
impl Sync for RawBigData
impl Unpin for RawBigData
impl UnsafeUnpin for RawBigData
impl UnwindSafe for RawBigData
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