Struct machinery_api::plugins::graph_interpreter::GraphInterpreterWireContentT [−][src]
#[repr(C)]pub struct GraphInterpreterWireContentT { pub n: u32, pub size: u32, pub data: *mut c_void, }
Fields
n: u32size: u32data: *mut c_voidTrait Implementations
Auto Trait Implementations
impl !Send for GraphInterpreterWireContentT
impl !Sync for GraphInterpreterWireContentT
impl Unpin for GraphInterpreterWireContentT
impl UnwindSafe for GraphInterpreterWireContentT
Blanket Implementations
Mutably borrows from an owned value. Read more