Struct tvm::ir::ty::GlobalTypeVarNode [−][src]
#[repr(C)]pub struct GlobalTypeVarNode {
pub base: TypeNode,
pub name_hint: TString,
pub kind: TypeKind,
}Expand description
A global type variable that is used for defining new types or type aliases.
Fields
base: TypeNodename_hint: TStringkind: TypeKindTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for GlobalTypeVarNode
impl !Send for GlobalTypeVarNode
impl !Sync for GlobalTypeVarNode
impl Unpin for GlobalTypeVarNode
impl UnwindSafe for GlobalTypeVarNode
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
