#[repr(C)]pub struct CreationGraphTickContextT {
pub dt: f32,
pub _padding_108: [c_char; 4],
pub shader_context: *mut ShaderSystemContextO,
}Fields§
§dt: f32§_padding_108: [c_char; 4]§shader_context: *mut ShaderSystemContextOTrait Implementations§
Source§impl Clone for CreationGraphTickContextT
impl Clone for CreationGraphTickContextT
Source§fn clone(&self) -> CreationGraphTickContextT
fn clone(&self) -> CreationGraphTickContextT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CreationGraphTickContextT
impl Default for CreationGraphTickContextT
impl Copy for CreationGraphTickContextT
Auto Trait Implementations§
impl Freeze for CreationGraphTickContextT
impl RefUnwindSafe for CreationGraphTickContextT
impl !Send for CreationGraphTickContextT
impl !Sync for CreationGraphTickContextT
impl Unpin for CreationGraphTickContextT
impl UnwindSafe for CreationGraphTickContextT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more