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