#[repr(C, packed(4))]pub struct ChildParticle {
pub num: i32,
pub parent: i32,
pub pa: [i32; 4],
pub w: [f32; 4],
pub fuv: [f32; 4],
pub foffset: f32,
pub _pad0: [i8; 4],
}Fields§
§num: i32§parent: i32§pa: [i32; 4]§w: [f32; 4]§fuv: [f32; 4]§foffset: f32§_pad0: [i8; 4]Trait Implementations§
Source§impl GeneratedBlendStruct for ChildParticle
impl GeneratedBlendStruct for ChildParticle
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ChildParticle"
const STRUCT_INDEX: usize = 563usize
const STRUCT_TYPE_INDEX: usize = 693usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ChildParticle> for ChildParticle
Auto Trait Implementations§
impl Freeze for ChildParticle
impl RefUnwindSafe for ChildParticle
impl Send for ChildParticle
impl Sync for ChildParticle
impl Unpin for ChildParticle
impl UnwindSafe for ChildParticle
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