Struct machinery_api::plugins::graph_interpreter::GraphComponentT [−][src]
#[repr(C)]pub struct GraphComponentT { pub gr: *mut GraphInterpreterO, }
Fields
gr: *mut GraphInterpreterOTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GraphComponentT
impl !Send for GraphComponentT
impl !Sync for GraphComponentT
impl Unpin for GraphComponentT
impl UnwindSafe for GraphComponentT
Blanket Implementations
Mutably borrows from an owned value. Read more