#[repr(C)]pub struct CreationGraphCompileContextT {
pub tt: *mut TheTruthO,
pub graph_id: TtIdT,
pub settings_id: TtIdT,
pub instanced_settings_id: TtIdT,
pub asset_label_uuid: u64,
}Fields§
§tt: *mut TheTruthO§graph_id: TtIdT§settings_id: TtIdT§instanced_settings_id: TtIdT§asset_label_uuid: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreationGraphCompileContextT
impl RefUnwindSafe for CreationGraphCompileContextT
impl !Send for CreationGraphCompileContextT
impl !Sync for CreationGraphCompileContextT
impl Unpin for CreationGraphCompileContextT
impl UnwindSafe for CreationGraphCompileContextT
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