Struct tvm::transform::PassInfoNode [−][src]
#[repr(C)]pub struct PassInfoNode {
pub base: Object,
pub opt_level: i32,
pub name: TString,
pub required: Array<TString>,
}
Fields
base: Object
opt_level: i32
name: TString
required: Array<TString>
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for PassInfoNode
impl !Send for PassInfoNode
impl !Sync for PassInfoNode
impl Unpin for PassInfoNode
impl UnwindSafe for PassInfoNode
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