#[repr(C)]pub struct ParticleSystemCullingMode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl ParticleSystemCullingMode
impl ParticleSystemCullingMode
pub fn automatic() -> Self
pub fn pause_and_catchup() -> Self
pub fn pause() -> Self
pub fn always_simulate() -> Self
Trait Implementations§
Source§impl Clone for ParticleSystemCullingMode
impl Clone for ParticleSystemCullingMode
Source§fn clone(&self) -> ParticleSystemCullingMode
fn clone(&self) -> ParticleSystemCullingMode
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 ParticleSystemCullingMode
impl Debug for ParticleSystemCullingMode
Source§impl PartialEq for ParticleSystemCullingMode
impl PartialEq for ParticleSystemCullingMode
impl Copy for ParticleSystemCullingMode
impl Eq for ParticleSystemCullingMode
impl StructuralPartialEq for ParticleSystemCullingMode
Auto Trait Implementations§
impl Freeze for ParticleSystemCullingMode
impl RefUnwindSafe for ParticleSystemCullingMode
impl Send for ParticleSystemCullingMode
impl Sync for ParticleSystemCullingMode
impl Unpin for ParticleSystemCullingMode
impl UnwindSafe for ParticleSystemCullingMode
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)