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