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