#[repr(C)]pub struct DartsResultPairType {
pub value: DartsValueType,
pub length: size_t,
}Expand description
Enables applications to get the lengths of the matched keys in addition to the values.
Fields§
§value: DartsValueType§length: size_tTrait Implementations§
Source§impl Clone for DartsResultPairType
impl Clone for DartsResultPairType
Source§fn clone(&self) -> DartsResultPairType
fn clone(&self) -> DartsResultPairType
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 DartsResultPairType
impl Debug for DartsResultPairType
impl Copy for DartsResultPairType
Auto Trait Implementations§
impl Freeze for DartsResultPairType
impl RefUnwindSafe for DartsResultPairType
impl Send for DartsResultPairType
impl Sync for DartsResultPairType
impl Unpin for DartsResultPairType
impl UnwindSafe for DartsResultPairType
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