#[repr(C, packed(4))]pub struct MeshSeqCacheModifierData {
pub modifier: ModifierData,
pub cache_file: Pointer<CacheFile>,
pub object_path: [i8; 1024],
pub read_flag: i8,
pub _pad: [i8; 3],
pub velocity_scale: f32,
pub reader: Pointer<Nothing>,
pub reader_object_path: [i8; 1024],
}Fields§
§modifier: ModifierData§cache_file: Pointer<CacheFile>§object_path: [i8; 1024]§read_flag: i8§_pad: [i8; 3]§velocity_scale: f32§reader: Pointer<Nothing>§reader_object_path: [i8; 1024]Trait Implementations§
Source§impl GeneratedBlendStruct for MeshSeqCacheModifierData
impl GeneratedBlendStruct for MeshSeqCacheModifierData
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "MeshSeqCacheModifierData"
const STRUCT_INDEX: usize = 158usize
const STRUCT_TYPE_INDEX: usize = 224usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<MeshSeqCacheModifierData> for MeshSeqCacheModifierData
Auto Trait Implementations§
impl Freeze for MeshSeqCacheModifierData
impl RefUnwindSafe for MeshSeqCacheModifierData
impl Send for MeshSeqCacheModifierData
impl Sync for MeshSeqCacheModifierData
impl Unpin for MeshSeqCacheModifierData
impl UnwindSafe for MeshSeqCacheModifierData
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