Struct tvm::ir::tir::IntImmNode [−][src]
#[repr(C)]pub struct IntImmNode {
pub value: i64,
// some fields omitted
}
Fields
value: i64
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for IntImmNode
impl !Send for IntImmNode
impl !Sync for IntImmNode
impl Unpin for IntImmNode
impl UnwindSafe for IntImmNode
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