pub struct DeltaHeader {
pub tensor_id: u128,
pub block_index: u32,
pub base_epoch: u64,
pub nnz: u16,
}Expand description
Header for a delta record.
Fields§
§tensor_id: u128§block_index: u32§base_epoch: u64§nnz: u16Trait Implementations§
Source§impl Clone for DeltaHeader
impl Clone for DeltaHeader
Source§fn clone(&self) -> DeltaHeader
fn clone(&self) -> DeltaHeader
Returns a duplicate of the value. Read more
1.0.0 · 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 DeltaHeader
impl RefUnwindSafe for DeltaHeader
impl Send for DeltaHeader
impl Sync for DeltaHeader
impl Unpin for DeltaHeader
impl UnsafeUnpin for DeltaHeader
impl UnwindSafe for DeltaHeader
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