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