Struct unity_utils::UnityMetaFile
source · pub struct UnityMetaFile {
pub meta: PathBuf,
pub file: PathBuf,
}
Fields§
§meta: PathBuf
§file: PathBuf
Implementations§
source§impl UnityMetaFile
impl UnityMetaFile
pub fn guid(&self) -> UnityResult<Uuid>
Trait Implementations§
source§impl Clone for UnityMetaFile
impl Clone for UnityMetaFile
source§fn clone(&self) -> UnityMetaFile
fn clone(&self) -> UnityMetaFile
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 more