#[repr(C, packed(4))]pub struct AssetMetaData {
pub local_type_info: Pointer<Nothing>,
pub properties: Pointer<IDProperty>,
pub catalog_id: bUUID,
pub catalog_simple_name: [i8; 64],
pub author: Pointer<i8>,
pub description: Pointer<i8>,
pub tags: ListBase,
pub active_tag: i16,
pub tot_tags: i16,
pub _pad: [i8; 4],
}
Fields§
§local_type_info: Pointer<Nothing>
§properties: Pointer<IDProperty>
§catalog_id: bUUID
§catalog_simple_name: [i8; 64]
§description: Pointer<i8>
§active_tag: i16
§_pad: [i8; 4]
Trait Implementations§
Source§impl GeneratedBlendStruct for AssetMetaData
impl GeneratedBlendStruct for AssetMetaData
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "AssetMetaData"
const STRUCT_INDEX: usize = 796usize
const STRUCT_TYPE_INDEX: usize = 39usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<AssetMetaData> for AssetMetaData
Auto Trait Implementations§
impl Freeze for AssetMetaData
impl RefUnwindSafe for AssetMetaData
impl Send for AssetMetaData
impl Sync for AssetMetaData
impl Unpin for AssetMetaData
impl UnwindSafe for AssetMetaData
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