pub struct Fields {
pub fields: Vec<GosMetadata>,
pub mapping: HashMap<String, OpIndex>,
}
Fields§
§fields: Vec<GosMetadata>
§mapping: HashMap<String, OpIndex>
Implementations§
Source§impl Fields
impl Fields
pub fn new( fields: Vec<GosMetadata>, mapping: HashMap<String, OpIndex>, ) -> Fields
pub fn iface_named_mapping( &self, named_obj: &Methods, ) -> Vec<Rc<RefCell<MethodDesc>>>
pub fn iface_ffi_info(&self) -> Vec<(String, GosMetadata)>
pub fn semantic_eq(&self, other: &Self, metas: &MetadataObjs) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fields
impl RefUnwindSafe for Fields
impl Send for Fields
impl Sync for Fields
impl Unpin for Fields
impl UnwindSafe for Fields
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