#[repr(C)]pub struct mappedkeyvalue {
pub key: FDBKey,
pub value: FDBKey,
pub getRange: FDBGetRangeReqAndResult,
pub buffer: [c_uchar; 32],
}Fields§
§key: FDBKey§value: FDBKey§getRange: FDBGetRangeReqAndResult§buffer: [c_uchar; 32]Trait Implementations§
Source§impl Clone for mappedkeyvalue
impl Clone for mappedkeyvalue
Source§fn clone(&self) -> mappedkeyvalue
fn clone(&self) -> mappedkeyvalue
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 mappedkeyvalue
Auto Trait Implementations§
impl !Send for mappedkeyvalue
impl !Sync for mappedkeyvalue
impl Freeze for mappedkeyvalue
impl RefUnwindSafe for mappedkeyvalue
impl Unpin for mappedkeyvalue
impl UnsafeUnpin for mappedkeyvalue
impl UnwindSafe for mappedkeyvalue
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