#[repr(C, packed(4))]pub struct AssetTag {
pub next: Pointer<AssetTag>,
pub prev: Pointer<AssetTag>,
pub name: [i8; 64],
}
Fields§
§next: Pointer<AssetTag>
§prev: Pointer<AssetTag>
§name: [i8; 64]
Trait Implementations§
Source§impl GeneratedBlendStruct for AssetTag
impl GeneratedBlendStruct for AssetTag
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "AssetTag"
const STRUCT_INDEX: usize = 795usize
const STRUCT_TYPE_INDEX: usize = 924usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<AssetTag> for AssetTag
Auto Trait Implementations§
impl Freeze for AssetTag
impl RefUnwindSafe for AssetTag
impl Send for AssetTag
impl Sync for AssetTag
impl Unpin for AssetTag
impl UnwindSafe for AssetTag
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