Struct tvm::ir::relay::PatternVarNode [−][src]
#[repr(C)]pub struct PatternVarNode {
pub base: PatternNode,
pub var: Var,
}
Fields
base: PatternNode
var: Var
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for PatternVarNode
impl !Send for PatternVarNode
impl !Sync for PatternVarNode
impl Unpin for PatternVarNode
impl UnwindSafe for PatternVarNode
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