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