Struct mono_rs::assembly::Assembly  [−][src]
pub struct Assembly {
    pub mono_ptr: *mut MonoAssembly,
    pub domain: Arc<Domain>,
}Fields
mono_ptr: *mut MonoAssemblydomain: Arc<Domain>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Assembly
impl UnwindSafe for Assembly
Blanket Implementations
Mutably borrows from an owned value. Read more