pub struct TagType {
    pub kind: TagKind,
    pub func_type_idx: u32,
}Expand description
A tag’s type.
Fields§
§kind: TagKindThe kind of tag
func_type_idx: u32The function type this tag uses
Trait Implementations§
Source§impl From<TagType> for EntityType
 
impl From<TagType> for EntityType
impl Copy for TagType
impl Eq for TagType
impl StructuralPartialEq for TagType
Auto Trait Implementations§
impl Freeze for TagType
impl RefUnwindSafe for TagType
impl Send for TagType
impl Sync for TagType
impl Unpin for TagType
impl UnwindSafe for TagType
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