Struct smile::ffi::DSL_extFunctionFactory
source · #[repr(C)]pub struct DSL_extFunctionFactory { /* private fields */ }Trait Implementations§
source§impl ExternType for DSL_extFunctionFactory
impl ExternType for DSL_extFunctionFactory
Auto Trait Implementations§
impl !Freeze for DSL_extFunctionFactory
impl RefUnwindSafe for DSL_extFunctionFactory
impl !Send for DSL_extFunctionFactory
impl !Sync for DSL_extFunctionFactory
impl !Unpin for DSL_extFunctionFactory
impl UnwindSafe for DSL_extFunctionFactory
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