pub struct EnvironmentSsaoQuality { /* private fields */ }
Expand description
Godot enum name: EnvironmentSSAOQuality
.
Implementations§
Source§impl EnvironmentSsaoQuality
impl EnvironmentSsaoQuality
Sourcepub const VERY_LOW: EnvironmentSsaoQuality
pub const VERY_LOW: EnvironmentSsaoQuality
Godot enumerator name: ENV_SSAO_QUALITY_VERY_LOW
Sourcepub const LOW: EnvironmentSsaoQuality
pub const LOW: EnvironmentSsaoQuality
Godot enumerator name: ENV_SSAO_QUALITY_LOW
Sourcepub const MEDIUM: EnvironmentSsaoQuality
pub const MEDIUM: EnvironmentSsaoQuality
Godot enumerator name: ENV_SSAO_QUALITY_MEDIUM
Sourcepub const HIGH: EnvironmentSsaoQuality
pub const HIGH: EnvironmentSsaoQuality
Godot enumerator name: ENV_SSAO_QUALITY_HIGH
Sourcepub const ULTRA: EnvironmentSsaoQuality
pub const ULTRA: EnvironmentSsaoQuality
Godot enumerator name: ENV_SSAO_QUALITY_ULTRA
Trait Implementations§
Source§impl Clone for EnvironmentSsaoQuality
impl Clone for EnvironmentSsaoQuality
Source§fn clone(&self) -> EnvironmentSsaoQuality
fn clone(&self) -> EnvironmentSsaoQuality
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EnvironmentSsaoQuality
impl Debug for EnvironmentSsaoQuality
Source§impl EngineEnum for EnvironmentSsaoQuality
impl EngineEnum for EnvironmentSsaoQuality
Source§impl FromGodot for EnvironmentSsaoQuality
impl FromGodot for EnvironmentSsaoQuality
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 Hash for EnvironmentSsaoQuality
impl Hash for EnvironmentSsaoQuality
Source§impl PartialEq for EnvironmentSsaoQuality
impl PartialEq for EnvironmentSsaoQuality
Source§fn eq(&self, other: &EnvironmentSsaoQuality) -> bool
fn eq(&self, other: &EnvironmentSsaoQuality) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl ToGodot for EnvironmentSsaoQuality
impl ToGodot for EnvironmentSsaoQuality
impl Copy for EnvironmentSsaoQuality
impl Eq for EnvironmentSsaoQuality
impl StructuralPartialEq for EnvironmentSsaoQuality
Auto Trait Implementations§
impl Freeze for EnvironmentSsaoQuality
impl RefUnwindSafe for EnvironmentSsaoQuality
impl Send for EnvironmentSsaoQuality
impl Sync for EnvironmentSsaoQuality
impl Unpin for EnvironmentSsaoQuality
impl UnwindSafe for EnvironmentSsaoQuality
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