#[repr(C, packed(4))]pub struct granulesummary {
pub key_range: FDBKeyRange,
pub snapshot_version: i64,
pub snapshot_size: i64,
pub delta_version: i64,
pub delta_size: i64,
}Fields§
§key_range: FDBKeyRange§snapshot_version: i64§snapshot_size: i64§delta_version: i64§delta_size: i64Trait Implementations§
Source§impl Clone for granulesummary
impl Clone for granulesummary
Source§fn clone(&self) -> granulesummary
fn clone(&self) -> granulesummary
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 moreimpl Copy for granulesummary
Auto Trait Implementations§
impl !Send for granulesummary
impl !Sync for granulesummary
impl Freeze for granulesummary
impl RefUnwindSafe for granulesummary
impl Unpin for granulesummary
impl UnsafeUnpin for granulesummary
impl UnwindSafe for granulesummary
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