#[repr(C)]pub struct ParticleSystemVertexStreams {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl ParticleSystemVertexStreams
impl ParticleSystemVertexStreams
pub fn position() -> Self
pub fn normal() -> Self
pub fn tangent() -> Self
pub fn color() -> Self
pub fn uv() -> Self
pub fn uv2_blend_and_frame() -> Self
pub fn center_and_vertex_id() -> Self
pub fn size() -> Self
pub fn rotation() -> Self
pub fn velocity() -> Self
pub fn lifetime() -> Self
pub fn custom1() -> Self
pub fn custom2() -> Self
pub fn random() -> Self
pub fn none() -> Self
pub fn all() -> Self
Trait Implementations§
Source§impl Clone for ParticleSystemVertexStreams
impl Clone for ParticleSystemVertexStreams
Source§fn clone(&self) -> ParticleSystemVertexStreams
fn clone(&self) -> ParticleSystemVertexStreams
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParticleSystemVertexStreams
impl Debug for ParticleSystemVertexStreams
Source§impl PartialEq for ParticleSystemVertexStreams
impl PartialEq for ParticleSystemVertexStreams
impl Copy for ParticleSystemVertexStreams
impl Eq for ParticleSystemVertexStreams
impl StructuralPartialEq for ParticleSystemVertexStreams
Auto Trait Implementations§
impl Freeze for ParticleSystemVertexStreams
impl RefUnwindSafe for ParticleSystemVertexStreams
impl Send for ParticleSystemVertexStreams
impl Sync for ParticleSystemVertexStreams
impl Unpin for ParticleSystemVertexStreams
impl UnwindSafe for ParticleSystemVertexStreams
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)