Struct CompositorEffectCallbackType
pub struct CompositorEffectCallbackType { /* private fields */ }
Implementations§
§impl CompositorEffectCallbackType
impl CompositorEffectCallbackType
pub const PRE_OPAQUE: CompositorEffectCallbackType
pub const PRE_OPAQUE: CompositorEffectCallbackType
Godot enumerator name: COMPOSITOR_EFFECT_CALLBACK_TYPE_PRE_OPAQUE
pub const POST_OPAQUE: CompositorEffectCallbackType
pub const POST_OPAQUE: CompositorEffectCallbackType
Godot enumerator name: COMPOSITOR_EFFECT_CALLBACK_TYPE_POST_OPAQUE
pub const POST_SKY: CompositorEffectCallbackType
pub const POST_SKY: CompositorEffectCallbackType
Godot enumerator name: COMPOSITOR_EFFECT_CALLBACK_TYPE_POST_SKY
pub const PRE_TRANSPARENT: CompositorEffectCallbackType
pub const PRE_TRANSPARENT: CompositorEffectCallbackType
Godot enumerator name: COMPOSITOR_EFFECT_CALLBACK_TYPE_PRE_TRANSPARENT
pub const POST_TRANSPARENT: CompositorEffectCallbackType
pub const POST_TRANSPARENT: CompositorEffectCallbackType
Godot enumerator name: COMPOSITOR_EFFECT_CALLBACK_TYPE_POST_TRANSPARENT
pub const ANY: CompositorEffectCallbackType
pub const ANY: CompositorEffectCallbackType
Godot enumerator name: COMPOSITOR_EFFECT_CALLBACK_TYPE_ANY
Trait Implementations§
§impl Clone for CompositorEffectCallbackType
impl Clone for CompositorEffectCallbackType
§fn clone(&self) -> CompositorEffectCallbackType
fn clone(&self) -> CompositorEffectCallbackType
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 CompositorEffectCallbackType
impl Debug for CompositorEffectCallbackType
§impl EngineEnum for CompositorEffectCallbackType
impl EngineEnum for CompositorEffectCallbackType
§impl FromGodot for CompositorEffectCallbackType
impl FromGodot for CompositorEffectCallbackType
§fn try_from_godot(
via: <CompositorEffectCallbackType as GodotConvert>::Via,
) -> Result<CompositorEffectCallbackType, ConvertError>
fn try_from_godot( via: <CompositorEffectCallbackType as GodotConvert>::Via, ) -> Result<CompositorEffectCallbackType, 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 Hash for CompositorEffectCallbackType
impl Hash for CompositorEffectCallbackType
§impl PartialEq for CompositorEffectCallbackType
impl PartialEq for CompositorEffectCallbackType
§impl ToGodot for CompositorEffectCallbackType
impl ToGodot for CompositorEffectCallbackType
impl Copy for CompositorEffectCallbackType
impl Eq for CompositorEffectCallbackType
impl StructuralPartialEq for CompositorEffectCallbackType
Auto Trait Implementations§
impl Freeze for CompositorEffectCallbackType
impl RefUnwindSafe for CompositorEffectCallbackType
impl Send for CompositorEffectCallbackType
impl Sync for CompositorEffectCallbackType
impl Unpin for CompositorEffectCallbackType
impl UnwindSafe for CompositorEffectCallbackType
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