pub struct EnvironmentSsrRoughnessQuality { /* private fields */ }
Expand description
Godot enum name: EnvironmentSSRRoughnessQuality
.
Implementations§
Source§impl EnvironmentSsrRoughnessQuality
impl EnvironmentSsrRoughnessQuality
Sourcepub const DISABLED: EnvironmentSsrRoughnessQuality
pub const DISABLED: EnvironmentSsrRoughnessQuality
Godot enumerator name: ENV_SSR_ROUGHNESS_QUALITY_DISABLED
Sourcepub const LOW: EnvironmentSsrRoughnessQuality
pub const LOW: EnvironmentSsrRoughnessQuality
Godot enumerator name: ENV_SSR_ROUGHNESS_QUALITY_LOW
Sourcepub const MEDIUM: EnvironmentSsrRoughnessQuality
pub const MEDIUM: EnvironmentSsrRoughnessQuality
Godot enumerator name: ENV_SSR_ROUGHNESS_QUALITY_MEDIUM
Sourcepub const HIGH: EnvironmentSsrRoughnessQuality
pub const HIGH: EnvironmentSsrRoughnessQuality
Godot enumerator name: ENV_SSR_ROUGHNESS_QUALITY_HIGH
Trait Implementations§
Source§impl Clone for EnvironmentSsrRoughnessQuality
impl Clone for EnvironmentSsrRoughnessQuality
Source§fn clone(&self) -> EnvironmentSsrRoughnessQuality
fn clone(&self) -> EnvironmentSsrRoughnessQuality
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl FromGodot for EnvironmentSsrRoughnessQuality
impl FromGodot for EnvironmentSsrRoughnessQuality
Source§fn try_from_godot(via: Self::Via) -> Result<Self, ConvertError>
fn try_from_godot(via: Self::Via) -> Result<Self, ConvertError>
Converts the Godot representation to this type, returning
Err
on failure.Source§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
⚠️ Converts the Godot representation to this type. Read more
Source§fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
Performs the conversion from a [
Variant
], returning Err
on failure.Source§fn from_variant(variant: &Variant) -> Self
fn from_variant(variant: &Variant) -> Self
⚠️ Performs the conversion from a [
Variant
]. Read moreSource§impl PartialEq for EnvironmentSsrRoughnessQuality
impl PartialEq for EnvironmentSsrRoughnessQuality
Source§fn eq(&self, other: &EnvironmentSsrRoughnessQuality) -> bool
fn eq(&self, other: &EnvironmentSsrRoughnessQuality) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl ToGodot for EnvironmentSsrRoughnessQuality
impl ToGodot for EnvironmentSsrRoughnessQuality
impl Copy for EnvironmentSsrRoughnessQuality
impl Eq for EnvironmentSsrRoughnessQuality
impl StructuralPartialEq for EnvironmentSsrRoughnessQuality
Auto Trait Implementations§
impl Freeze for EnvironmentSsrRoughnessQuality
impl RefUnwindSafe for EnvironmentSsrRoughnessQuality
impl Send for EnvironmentSsrRoughnessQuality
impl Sync for EnvironmentSsrRoughnessQuality
impl Unpin for EnvironmentSsrRoughnessQuality
impl UnwindSafe for EnvironmentSsrRoughnessQuality
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