#[repr(C)]pub struct HAPI_AssetInfo {Show 17 fields
pub nodeId: HAPI_NodeId,
pub objectNodeId: HAPI_NodeId,
pub hasEverCooked: HAPI_Bool,
pub nameSH: HAPI_StringHandle,
pub labelSH: HAPI_StringHandle,
pub filePathSH: HAPI_StringHandle,
pub versionSH: HAPI_StringHandle,
pub fullOpNameSH: HAPI_StringHandle,
pub helpTextSH: HAPI_StringHandle,
pub helpURLSH: HAPI_StringHandle,
pub objectCount: c_int,
pub handleCount: c_int,
pub transformInputCount: c_int,
pub geoInputCount: c_int,
pub geoOutputCount: c_int,
pub haveObjectsChanged: HAPI_Bool,
pub haveMaterialsChanged: HAPI_Bool,
}Fields§
§nodeId: HAPI_NodeId§objectNodeId: HAPI_NodeId§hasEverCooked: HAPI_Bool§nameSH: HAPI_StringHandle§labelSH: HAPI_StringHandle§filePathSH: HAPI_StringHandle§versionSH: HAPI_StringHandle§fullOpNameSH: HAPI_StringHandle§helpTextSH: HAPI_StringHandle§helpURLSH: HAPI_StringHandle§objectCount: c_int§handleCount: c_int§transformInputCount: c_int§geoInputCount: c_int§geoOutputCount: c_int§haveObjectsChanged: HAPI_Bool§haveMaterialsChanged: HAPI_BoolTrait Implementations§
Source§impl Clone for HAPI_AssetInfo
impl Clone for HAPI_AssetInfo
Source§fn clone(&self) -> HAPI_AssetInfo
fn clone(&self) -> HAPI_AssetInfo
Returns a copy 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 Debug for HAPI_AssetInfo
impl Debug for HAPI_AssetInfo
impl Copy for HAPI_AssetInfo
Auto Trait Implementations§
impl Freeze for HAPI_AssetInfo
impl RefUnwindSafe for HAPI_AssetInfo
impl Send for HAPI_AssetInfo
impl Sync for HAPI_AssetInfo
impl Unpin for HAPI_AssetInfo
impl UnwindSafe for HAPI_AssetInfo
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