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