#[repr(C)]pub struct getrangereqandresult {
pub begin: FDBKeySelector,
pub end: FDBKeySelector,
pub data: *mut FDBKeyValue,
pub m_size: c_int,
pub m_capacity: c_int,
}
Fields§
§begin: FDBKeySelector
§end: FDBKeySelector
§data: *mut FDBKeyValue
§m_size: c_int
§m_capacity: c_int
Trait Implementations§
source§impl Clone for getrangereqandresult
impl Clone for getrangereqandresult
source§fn clone(&self) -> getrangereqandresult
fn clone(&self) -> getrangereqandresult
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 getrangereqandresult
impl Debug for getrangereqandresult
impl Copy for getrangereqandresult
Auto Trait Implementations§
impl Freeze for getrangereqandresult
impl RefUnwindSafe for getrangereqandresult
impl !Send for getrangereqandresult
impl !Sync for getrangereqandresult
impl Unpin for getrangereqandresult
impl UnwindSafe for getrangereqandresult
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
)