Struct smile::ffi::DSL_LBPParams
source · #[repr(C, align(4))]pub struct DSL_LBPParams { /* private fields */ }Trait Implementations§
source§impl CopyNew for DSL_LBPParams
impl CopyNew for DSL_LBPParams
source§unsafe fn copy_new(
other: &DSL_LBPParams,
this: Pin<&mut MaybeUninit<DSL_LBPParams>>,
)
unsafe fn copy_new( other: &DSL_LBPParams, this: Pin<&mut MaybeUninit<DSL_LBPParams>>, )
Synthesized copy constructor.
source§impl ExternType for DSL_LBPParams
impl ExternType for DSL_LBPParams
source§impl MakeCppStorage for DSL_LBPParams
impl MakeCppStorage for DSL_LBPParams
source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut DSL_LBPParams
unsafe fn allocate_uninitialized_cpp_storage() -> *mut DSL_LBPParams
Allocates heap space for this type in C++ and return a pointer
to that space, but do not initialize that space (i.e. do not
yet call a constructor). Read more
source§unsafe fn free_uninitialized_cpp_storage(arg0: *mut DSL_LBPParams)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut DSL_LBPParams)
Frees a C++ allocation which has not yet
had a constructor called. Read more
source§impl MoveNew for DSL_LBPParams
impl MoveNew for DSL_LBPParams
source§unsafe fn move_new(
other: Pin<MoveRef<'_, DSL_LBPParams>>,
this: Pin<&mut MaybeUninit<DSL_LBPParams>>,
)
unsafe fn move_new( other: Pin<MoveRef<'_, DSL_LBPParams>>, this: Pin<&mut MaybeUninit<DSL_LBPParams>>, )
Synthesized move constructor.
impl UniquePtrTarget for DSL_LBPParams
impl VectorElement for DSL_LBPParams
impl WeakPtrTarget for DSL_LBPParams
Auto Trait Implementations§
impl !Freeze for DSL_LBPParams
impl !RefUnwindSafe for DSL_LBPParams
impl !Send for DSL_LBPParams
impl !Sync for DSL_LBPParams
impl !Unpin for DSL_LBPParams
impl UnwindSafe for DSL_LBPParams
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