#[repr(C, packed(4))]pub struct AssetLibraryReference {
pub type_: i16,
pub _pad1: [i8; 2],
pub custom_library_index: i32,
}Fields§
§type_: i16§_pad1: [i8; 2]§custom_library_index: i32Trait Implementations§
Source§impl GeneratedBlendStruct for AssetLibraryReference
impl GeneratedBlendStruct for AssetLibraryReference
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "AssetLibraryReference"
const STRUCT_INDEX: usize = 797usize
const STRUCT_TYPE_INDEX: usize = 351usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<AssetLibraryReference> for AssetLibraryReference
Auto Trait Implementations§
impl Freeze for AssetLibraryReference
impl RefUnwindSafe for AssetLibraryReference
impl Send for AssetLibraryReference
impl Sync for AssetLibraryReference
impl Unpin for AssetLibraryReference
impl UnwindSafe for AssetLibraryReference
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