Struct machinery_api::plugins::creation_graph::CreationGraphTaskT [−][src]
#[repr(C)]pub struct CreationGraphTaskT { pub f: Option<unsafe extern "C" fn(data: *mut c_void, id: u64)>, pub data: *mut c_void, pub debug_name: *const c_char, }
Fields
f: Option<unsafe extern "C" fn(data: *mut c_void, id: u64)>data: *mut c_voiddebug_name: *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CreationGraphTaskT
impl !Send for CreationGraphTaskT
impl !Sync for CreationGraphTaskT
impl Unpin for CreationGraphTaskT
impl UnwindSafe for CreationGraphTaskT
Blanket Implementations
Mutably borrows from an owned value. Read more