#[repr(C)]pub struct bgfiledescription {
pub key_range: FDBKeyRange,
pub snapshot_present: fdb_bool_t,
pub snapshot_file_pointer: FDBBGFilePointer,
pub delta_file_count: c_int,
pub delta_files: *mut FDBBGFilePointer,
pub memory_mutation_count: c_int,
pub memory_mutations: *mut FDBBGMutation,
pub tenant_prefix: FDBBGTenantPrefix,
}
Fields§
§key_range: FDBKeyRange
§snapshot_present: fdb_bool_t
§snapshot_file_pointer: FDBBGFilePointer
§delta_file_count: c_int
§delta_files: *mut FDBBGFilePointer
§memory_mutation_count: c_int
§memory_mutations: *mut FDBBGMutation
§tenant_prefix: FDBBGTenantPrefix
Trait Implementations§
source§impl Clone for bgfiledescription
impl Clone for bgfiledescription
source§fn clone(&self) -> bgfiledescription
fn clone(&self) -> bgfiledescription
Returns a copy 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 bgfiledescription
impl Debug for bgfiledescription
impl Copy for bgfiledescription
Auto Trait Implementations§
impl Freeze for bgfiledescription
impl RefUnwindSafe for bgfiledescription
impl !Send for bgfiledescription
impl !Sync for bgfiledescription
impl Unpin for bgfiledescription
impl UnwindSafe for bgfiledescription
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)