pub struct MetaFile {
pub guid: UnityGuid,
pub importer_type: ImporterType,
pub is_folder: bool,
}Expand description
Represents a Unity .meta file
Fields§
§guid: UnityGuid§importer_type: ImporterType§is_folder: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaFile
impl RefUnwindSafe for MetaFile
impl Send for MetaFile
impl Sync for MetaFile
impl Unpin for MetaFile
impl UnwindSafe for MetaFile
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