#[repr(i32)]pub enum VolumeFalloffType {
Linear = 0,
Exponential = 1,
}Expand description
Volume density falloff type (VOL_.falloffType, VON_.falloffType)
Variants§
Trait Implementations§
Source§impl Clone for VolumeFalloffType
impl Clone for VolumeFalloffType
Source§fn clone(&self) -> VolumeFalloffType
fn clone(&self) -> VolumeFalloffType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VolumeFalloffType
Source§impl Debug for VolumeFalloffType
impl Debug for VolumeFalloffType
impl Eq for VolumeFalloffType
Source§impl Hash for VolumeFalloffType
impl Hash for VolumeFalloffType
Source§impl PartialEq for VolumeFalloffType
impl PartialEq for VolumeFalloffType
impl StructuralPartialEq for VolumeFalloffType
Auto Trait Implementations§
impl Freeze for VolumeFalloffType
impl RefUnwindSafe for VolumeFalloffType
impl Send for VolumeFalloffType
impl Sync for VolumeFalloffType
impl Unpin for VolumeFalloffType
impl UnsafeUnpin for VolumeFalloffType
impl UnwindSafe for VolumeFalloffType
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