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