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