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 copy 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 PartialEq for EnvironmentReflectionSource
impl PartialEq for EnvironmentReflectionSource
source§fn eq(&self, other: &EnvironmentReflectionSource) -> bool
fn eq(&self, other: &EnvironmentReflectionSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)