Struct sphinx::codegen::CompiledProgram
source · [−]pub struct CompiledProgram {
pub program: UnloadedProgram,
pub symbols: ChunkSymbols,
}
Expand description
Output container
Fields
program: UnloadedProgram
symbols: ChunkSymbols
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CompiledProgram
impl Send for CompiledProgram
impl Sync for CompiledProgram
impl Unpin for CompiledProgram
impl UnwindSafe for CompiledProgram
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more