pub struct EnvironmentReflectionSource { /* private fields */ }
Implementations§
Source§impl EnvironmentReflectionSource
impl EnvironmentReflectionSource
Sourcepub const BG: EnvironmentReflectionSource
pub const BG: EnvironmentReflectionSource
Godot enumerator name: ENV_REFLECTION_SOURCE_BG
Sourcepub const DISABLED: EnvironmentReflectionSource
pub const DISABLED: EnvironmentReflectionSource
Godot enumerator name: ENV_REFLECTION_SOURCE_DISABLED
Sourcepub const SKY: EnvironmentReflectionSource
pub const SKY: EnvironmentReflectionSource
Godot enumerator name: ENV_REFLECTION_SOURCE_SKY
Trait Implementations§
Source§impl Clone for EnvironmentReflectionSource
impl Clone for EnvironmentReflectionSource
Source§fn clone(&self) -> EnvironmentReflectionSource
fn clone(&self) -> EnvironmentReflectionSource
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 Debug for EnvironmentReflectionSource
impl Debug for EnvironmentReflectionSource
Source§impl FromGodot for EnvironmentReflectionSource
impl FromGodot for EnvironmentReflectionSource
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 EnvironmentReflectionSource
impl Hash for EnvironmentReflectionSource
Source§impl ToGodot for EnvironmentReflectionSource
impl ToGodot for EnvironmentReflectionSource
impl Copy for EnvironmentReflectionSource
impl Eq for EnvironmentReflectionSource
impl StructuralPartialEq for EnvironmentReflectionSource
Auto Trait Implementations§
impl Freeze for EnvironmentReflectionSource
impl RefUnwindSafe for EnvironmentReflectionSource
impl Send for EnvironmentReflectionSource
impl Sync for EnvironmentReflectionSource
impl Unpin for EnvironmentReflectionSource
impl UnwindSafe for EnvironmentReflectionSource
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