Struct smile::ffi::DSL_userProperties
source · #[repr(C, align(8))]pub struct DSL_userProperties { /* private fields */ }Trait Implementations§
source§impl CopyNew for DSL_userProperties
impl CopyNew for DSL_userProperties
source§unsafe fn copy_new(
other: &DSL_userProperties,
this: Pin<&mut MaybeUninit<DSL_userProperties>>,
)
unsafe fn copy_new( other: &DSL_userProperties, this: Pin<&mut MaybeUninit<DSL_userProperties>>, )
Synthesized copy constructor.
source§impl ExternType for DSL_userProperties
impl ExternType for DSL_userProperties
source§impl MakeCppStorage for DSL_userProperties
impl MakeCppStorage for DSL_userProperties
source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut DSL_userProperties
unsafe fn allocate_uninitialized_cpp_storage() -> *mut DSL_userProperties
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_userProperties)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut DSL_userProperties)
Frees a C++ allocation which has not yet
had a constructor called. Read more
impl UniquePtrTarget for DSL_userProperties
impl WeakPtrTarget for DSL_userProperties
Auto Trait Implementations§
impl !Freeze for DSL_userProperties
impl !RefUnwindSafe for DSL_userProperties
impl !Send for DSL_userProperties
impl !Sync for DSL_userProperties
impl !Unpin for DSL_userProperties
impl UnwindSafe for DSL_userProperties
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