Struct go_vm::parser::ast::StructType
source · pub struct StructType {
pub struct_pos: usize,
pub fields: FieldList,
pub incomplete: bool,
}
Fields§
§struct_pos: usize
§fields: FieldList
§incomplete: bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StructType
impl Send for StructType
impl Sync for StructType
impl Unpin for StructType
impl UnwindSafe for StructType
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