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