Struct FogVolumeShape
pub struct FogVolumeShape { /* private fields */ }
Implementations§
§impl FogVolumeShape
impl FogVolumeShape
pub const ELLIPSOID: FogVolumeShape = _
pub const ELLIPSOID: FogVolumeShape = _
Godot enumerator name: FOG_VOLUME_SHAPE_ELLIPSOID
pub const CONE: FogVolumeShape = _
pub const CONE: FogVolumeShape = _
Godot enumerator name: FOG_VOLUME_SHAPE_CONE
pub const CYLINDER: FogVolumeShape = _
pub const CYLINDER: FogVolumeShape = _
Godot enumerator name: FOG_VOLUME_SHAPE_CYLINDER
pub const BOX: FogVolumeShape = _
pub const BOX: FogVolumeShape = _
Godot enumerator name: FOG_VOLUME_SHAPE_BOX
pub const WORLD: FogVolumeShape = _
pub const WORLD: FogVolumeShape = _
Godot enumerator name: FOG_VOLUME_SHAPE_WORLD
pub const MAX: FogVolumeShape = _
pub const MAX: FogVolumeShape = _
Godot enumerator name: FOG_VOLUME_SHAPE_MAX
Trait Implementations§
§impl Clone for FogVolumeShape
impl Clone for FogVolumeShape
§fn clone(&self) -> FogVolumeShape
fn clone(&self) -> FogVolumeShape
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 more§impl Debug for FogVolumeShape
impl Debug for FogVolumeShape
§impl EngineEnum for FogVolumeShape
impl EngineEnum for FogVolumeShape
§impl FromGodot for FogVolumeShape
impl FromGodot for FogVolumeShape
§fn try_from_godot(
via: <FogVolumeShape as GodotConvert>::Via,
) -> Result<FogVolumeShape, ConvertError>
fn try_from_godot( via: <FogVolumeShape as GodotConvert>::Via, ) -> Result<FogVolumeShape, ConvertError>
Converts the Godot representation to this type, returning
Err
on failure.§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
⚠️ Converts the Godot representation to this type. Read more
§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.§fn from_variant(variant: &Variant) -> Self
fn from_variant(variant: &Variant) -> Self
§impl GodotConvert for FogVolumeShape
impl GodotConvert for FogVolumeShape
§impl Hash for FogVolumeShape
impl Hash for FogVolumeShape
§impl IndexEnum for FogVolumeShape
impl IndexEnum for FogVolumeShape
§impl PartialEq for FogVolumeShape
impl PartialEq for FogVolumeShape
§impl ToGodot for FogVolumeShape
impl ToGodot for FogVolumeShape
impl Copy for FogVolumeShape
impl Eq for FogVolumeShape
impl StructuralPartialEq for FogVolumeShape
Auto Trait Implementations§
impl Freeze for FogVolumeShape
impl RefUnwindSafe for FogVolumeShape
impl Send for FogVolumeShape
impl Sync for FogVolumeShape
impl Unpin for FogVolumeShape
impl UnwindSafe for FogVolumeShape
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