pub struct KernelIntegrator { /* private fields */ }
Expand description
The kernel integrator allows you to create a kernel definition based on kernel expansion and kernel settings.
Implementations§
Source§impl KernelIntegrator
impl KernelIntegrator
Sourcepub fn new(info: KernelExpansion) -> Self
pub fn new(info: KernelExpansion) -> Self
Starts a new compilation.
Sourcepub fn integrate(self, settings: KernelSettings) -> KernelDefinition
pub fn integrate(self, settings: KernelSettings) -> KernelDefinition
Performs the compilation with the provided settings.
Trait Implementations§
Source§impl Clone for KernelIntegrator
impl Clone for KernelIntegrator
Source§fn clone(&self) -> KernelIntegrator
fn clone(&self) -> KernelIntegrator
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 moreAuto Trait Implementations§
impl Freeze for KernelIntegrator
impl !RefUnwindSafe for KernelIntegrator
impl !Send for KernelIntegrator
impl !Sync for KernelIntegrator
impl Unpin for KernelIntegrator
impl !UnwindSafe for KernelIntegrator
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