#[repr(C)]pub struct BLContextImpl {
pub virt: *const BLContextVirt,
pub state: *const BLContextState,
pub reservedHeader: *mut c_void,
pub refCount: usize,
pub implType: u8,
pub implTraits: u8,
pub memPoolData: u16,
pub contextType: u32,
pub targetSize: BLSize,
}Fields§
§virt: *const BLContextVirt§state: *const BLContextState§reservedHeader: *mut c_void§refCount: usize§implType: u8§implTraits: u8§memPoolData: u16§contextType: u32§targetSize: BLSizeTrait Implementations§
Source§impl Clone for BLContextImpl
impl Clone for BLContextImpl
Source§fn clone(&self) -> BLContextImpl
fn clone(&self) -> BLContextImpl
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 BLContextImpl
Auto Trait Implementations§
impl Freeze for BLContextImpl
impl RefUnwindSafe for BLContextImpl
impl !Send for BLContextImpl
impl !Sync for BLContextImpl
impl Unpin for BLContextImpl
impl UnwindSafe for BLContextImpl
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