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