#[repr(C)]pub struct BLArrayImpl {
pub __bindgen_anon_1: BLArrayImpl__bindgen_ty_1,
pub capacity: usize,
pub refCount: usize,
pub implType: u8,
pub implTraits: u8,
pub memPoolData: u16,
pub itemSize: u8,
pub dispatchType: u8,
pub reserved: [u8; 2],
}Fields§
§__bindgen_anon_1: BLArrayImpl__bindgen_ty_1§capacity: usize§refCount: usize§implType: u8§implTraits: u8§memPoolData: u16§itemSize: u8§dispatchType: u8§reserved: [u8; 2]Trait Implementations§
Source§impl Clone for BLArrayImpl
impl Clone for BLArrayImpl
Source§fn clone(&self) -> BLArrayImpl
fn clone(&self) -> BLArrayImpl
Returns a copy 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 moreimpl Copy for BLArrayImpl
Auto Trait Implementations§
impl Freeze for BLArrayImpl
impl RefUnwindSafe for BLArrayImpl
impl !Send for BLArrayImpl
impl !Sync for BLArrayImpl
impl Unpin for BLArrayImpl
impl UnwindSafe for BLArrayImpl
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