Struct machinery_api::plugins::creation_graph::CreationGraphTickContextT [−][src]
#[repr(C)]pub struct CreationGraphTickContextT { pub dt: f32, pub _padding_119: [c_char; 4], pub shader_context: *mut ShaderSystemContextO, }
Fields
dt: f32_padding_119: [c_char; 4]shader_context: *mut ShaderSystemContextOTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CreationGraphTickContextT
impl !Send for CreationGraphTickContextT
impl !Sync for CreationGraphTickContextT
impl Unpin for CreationGraphTickContextT
impl UnwindSafe for CreationGraphTickContextT
Blanket Implementations
Mutably borrows from an owned value. Read more