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