Skip to main content

IVolumeParameter_1

Trait IVolumeParameter_1 

Source
pub trait IVolumeParameter_1<T0: ClassIdentity>: IVolumeParameter {
    // Provided methods
    fn m_value(self) -> T0 { ... }
    fn set_m_value(self, value: T0) { ... }
}

Provided Methods§

Source

fn m_value(self) -> T0

Source

fn set_m_value(self, value: T0)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl IVolumeParameter_1<AnimationCurve> for AnimationCurveParameter

Source§

impl IVolumeParameter_1<Color> for ColorParameter

Source§

impl IVolumeParameter_1<Color> for NoInterpColorParameter

Source§

impl IVolumeParameter_1<Cubemap> for CubemapParameter

Source§

impl IVolumeParameter_1<Cubemap> for NoInterpCubemapParameter

Source§

impl IVolumeParameter_1<LayerMask> for LayerMaskParameter

Source§

impl IVolumeParameter_1<RenderTexture> for NoInterpRenderTextureParameter

Source§

impl IVolumeParameter_1<RenderTexture> for RenderTextureParameter

Source§

impl IVolumeParameter_1<Texture> for NoInterpTextureParameter

Source§

impl IVolumeParameter_1<Texture> for TextureParameter

Source§

impl IVolumeParameter_1<Vector2> for FloatRangeParameter

Source§

impl IVolumeParameter_1<Vector2> for NoInterpFloatRangeParameter

Source§

impl IVolumeParameter_1<Vector2> for NoInterpVector2Parameter

Source§

impl IVolumeParameter_1<Vector2> for Vector2Parameter

Source§

impl IVolumeParameter_1<Vector3> for NoInterpVector3Parameter

Source§

impl IVolumeParameter_1<Vector3> for Vector3Parameter

Source§

impl IVolumeParameter_1<Vector4> for NoInterpVector4Parameter

Source§

impl IVolumeParameter_1<Vector4> for Vector4Parameter

Source§

impl IVolumeParameter_1<TextureCurve> for TextureCurveParameter

Source§

impl IVolumeParameter_1<DepthOfFieldMode> for DepthOfFieldModeParameter

Source§

impl IVolumeParameter_1<FilmGrainLookup> for FilmGrainLookupParameter

Source§

impl IVolumeParameter_1<MotionBlurMode> for MotionBlurModeParameter

Source§

impl IVolumeParameter_1<MotionBlurQuality> for MotionBlurQualityParameter

Source§

impl IVolumeParameter_1<TonemappingMode> for TonemappingModeParameter

Source§

impl IVolumeParameter_1<bool> for BoolParameter

Source§

impl IVolumeParameter_1<f32> for ClampedFloatParameter

Source§

impl IVolumeParameter_1<f32> for FloatParameter

Source§

impl IVolumeParameter_1<f32> for MaxFloatParameter

Source§

impl IVolumeParameter_1<f32> for MinFloatParameter

Source§

impl IVolumeParameter_1<f32> for NoInterpClampedFloatParameter

Source§

impl IVolumeParameter_1<f32> for NoInterpFloatParameter

Source§

impl IVolumeParameter_1<f32> for NoInterpMaxFloatParameter

Source§

impl IVolumeParameter_1<f32> for NoInterpMinFloatParameter

Source§

impl IVolumeParameter_1<i32> for ClampedIntParameter

Source§

impl IVolumeParameter_1<i32> for IntParameter

Source§

impl IVolumeParameter_1<i32> for MaxIntParameter

Source§

impl IVolumeParameter_1<i32> for MinIntParameter

Source§

impl IVolumeParameter_1<i32> for NoInterpClampedIntParameter

Source§

impl IVolumeParameter_1<i32> for NoInterpIntParameter

Source§

impl IVolumeParameter_1<i32> for NoInterpMaxIntParameter

Source§

impl IVolumeParameter_1<i32> for NoInterpMinIntParameter

Source§

impl<T0: ClassIdentity> IVolumeParameter_1<T0> for ObjectParameter_1<T0>

Source§

impl<T0: ClassIdentity> IVolumeParameter_1<T0> for VolumeParameter_1<T0>