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