pub struct RuntimeCncFun {
pub name: String,
pub lins: LinType,
}
Expand description
Runtime concrete function with actual symbol sequences for linearization.
Fields§
§name: String
Function name.
lins: LinType
Linearization sequences (converted from indices to actual symbols).
Implementations§
Trait Implementations§
Source§impl Clone for RuntimeCncFun
impl Clone for RuntimeCncFun
Source§fn clone(&self) -> RuntimeCncFun
fn clone(&self) -> RuntimeCncFun
Returns a duplicate 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 moreSource§impl Debug for RuntimeCncFun
impl Debug for RuntimeCncFun
Source§impl PartialEq for RuntimeCncFun
impl PartialEq for RuntimeCncFun
impl StructuralPartialEq for RuntimeCncFun
Auto Trait Implementations§
impl Freeze for RuntimeCncFun
impl RefUnwindSafe for RuntimeCncFun
impl Send for RuntimeCncFun
impl Sync for RuntimeCncFun
impl Unpin for RuntimeCncFun
impl UnwindSafe for RuntimeCncFun
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