Struct AlphaAntiAliasing
pub struct AlphaAntiAliasing { /* private fields */ }
Implementations§
§impl AlphaAntiAliasing
impl AlphaAntiAliasing
pub const OFF: AlphaAntiAliasing = _
pub const OFF: AlphaAntiAliasing = _
Godot enumerator name: ALPHA_ANTIALIASING_OFF
pub const ALPHA_TO_COVERAGE: AlphaAntiAliasing = _
pub const ALPHA_TO_COVERAGE: AlphaAntiAliasing = _
Godot enumerator name: ALPHA_ANTIALIASING_ALPHA_TO_COVERAGE
pub const ALPHA_TO_COVERAGE_AND_TO_ONE: AlphaAntiAliasing = _
pub const ALPHA_TO_COVERAGE_AND_TO_ONE: AlphaAntiAliasing = _
Godot enumerator name: ALPHA_ANTIALIASING_ALPHA_TO_COVERAGE_AND_TO_ONE
Trait Implementations§
§impl Clone for AlphaAntiAliasing
impl Clone for AlphaAntiAliasing
§fn clone(&self) -> AlphaAntiAliasing
fn clone(&self) -> AlphaAntiAliasing
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 AlphaAntiAliasing
impl Debug for AlphaAntiAliasing
§impl EngineEnum for AlphaAntiAliasing
impl EngineEnum for AlphaAntiAliasing
§impl FromGodot for AlphaAntiAliasing
impl FromGodot for AlphaAntiAliasing
§fn try_from_godot(
via: <AlphaAntiAliasing as GodotConvert>::Via,
) -> Result<AlphaAntiAliasing, ConvertError>
fn try_from_godot( via: <AlphaAntiAliasing as GodotConvert>::Via, ) -> Result<AlphaAntiAliasing, 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 AlphaAntiAliasing
impl GodotConvert for AlphaAntiAliasing
§impl Hash for AlphaAntiAliasing
impl Hash for AlphaAntiAliasing
§impl PartialEq for AlphaAntiAliasing
impl PartialEq for AlphaAntiAliasing
§impl ToGodot for AlphaAntiAliasing
impl ToGodot for AlphaAntiAliasing
impl Copy for AlphaAntiAliasing
impl Eq for AlphaAntiAliasing
impl StructuralPartialEq for AlphaAntiAliasing
Auto Trait Implementations§
impl Freeze for AlphaAntiAliasing
impl RefUnwindSafe for AlphaAntiAliasing
impl Send for AlphaAntiAliasing
impl Sync for AlphaAntiAliasing
impl Unpin for AlphaAntiAliasing
impl UnwindSafe for AlphaAntiAliasing
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