#[repr(C)]pub struct BLVariantCore {
pub impl_: *mut BLVariantImpl,
}Fields§
§impl_: *mut BLVariantImplTrait Implementations§
Source§impl Clone for BLVariantCore
impl Clone for BLVariantCore
Source§fn clone(&self) -> BLVariantCore
fn clone(&self) -> BLVariantCore
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 BLVariantCore
Auto Trait Implementations§
impl Freeze for BLVariantCore
impl RefUnwindSafe for BLVariantCore
impl !Send for BLVariantCore
impl !Sync for BLVariantCore
impl Unpin for BLVariantCore
impl UnwindSafe for BLVariantCore
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