pub struct DeltaEntry {
pub offset: u32,
pub value: f32,
}Expand description
Delta entry for SoA fast-path serialization
Fields§
§offset: u32§value: f32Trait Implementations§
Source§impl Clone for DeltaEntry
impl Clone for DeltaEntry
Source§fn clone(&self) -> DeltaEntry
fn clone(&self) -> DeltaEntry
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 moreSource§impl Debug for DeltaEntry
impl Debug for DeltaEntry
impl Copy for DeltaEntry
Auto Trait Implementations§
impl Freeze for DeltaEntry
impl RefUnwindSafe for DeltaEntry
impl Send for DeltaEntry
impl Sync for DeltaEntry
impl Unpin for DeltaEntry
impl UnsafeUnpin for DeltaEntry
impl UnwindSafe for DeltaEntry
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