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