#[repr(C)]pub struct BLCreateForeignInfo {
pub data: *mut c_void,
pub size: usize,
pub destroyFunc: BLDestroyImplFunc,
pub destroyData: *mut c_void,
}Fields§
§data: *mut c_void§size: usize§destroyFunc: BLDestroyImplFunc§destroyData: *mut c_voidTrait Implementations§
Source§impl Clone for BLCreateForeignInfo
impl Clone for BLCreateForeignInfo
Source§fn clone(&self) -> BLCreateForeignInfo
fn clone(&self) -> BLCreateForeignInfo
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 BLCreateForeignInfo
Auto Trait Implementations§
impl Freeze for BLCreateForeignInfo
impl RefUnwindSafe for BLCreateForeignInfo
impl !Send for BLCreateForeignInfo
impl !Sync for BLCreateForeignInfo
impl Unpin for BLCreateForeignInfo
impl UnwindSafe for BLCreateForeignInfo
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