#[repr(C)]pub struct CbfStringPair {
pub key: *mut c_char,
pub value: *mut c_char,
}Fields§
§key: *mut c_char§value: *mut c_charTrait Implementations§
Source§impl Clone for CbfStringPair
impl Clone for CbfStringPair
Source§fn clone(&self) -> CbfStringPair
fn clone(&self) -> CbfStringPair
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 CbfStringPair
impl Debug for CbfStringPair
Source§impl Default for CbfStringPair
impl Default for CbfStringPair
Source§fn default() -> CbfStringPair
fn default() -> CbfStringPair
Returns the “default value” for a type. Read more
impl Copy for CbfStringPair
Auto Trait Implementations§
impl Freeze for CbfStringPair
impl RefUnwindSafe for CbfStringPair
impl !Send for CbfStringPair
impl !Sync for CbfStringPair
impl Unpin for CbfStringPair
impl UnsafeUnpin for CbfStringPair
impl UnwindSafe for CbfStringPair
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