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