pub struct ScreenSpaceAa { /* private fields */ }
Expand description
Godot enum name: ScreenSpaceAA
.
Implementations§
Source§impl ScreenSpaceAa
impl ScreenSpaceAa
Sourcepub const DISABLED: ScreenSpaceAa
pub const DISABLED: ScreenSpaceAa
Godot enumerator name: SCREEN_SPACE_AA_DISABLED
Sourcepub const FXAA: ScreenSpaceAa
pub const FXAA: ScreenSpaceAa
Godot enumerator name: SCREEN_SPACE_AA_FXAA
Sourcepub const MAX: ScreenSpaceAa
pub const MAX: ScreenSpaceAa
Godot enumerator name: SCREEN_SPACE_AA_MAX
Trait Implementations§
Source§impl Clone for ScreenSpaceAa
impl Clone for ScreenSpaceAa
Source§fn clone(&self) -> ScreenSpaceAa
fn clone(&self) -> ScreenSpaceAa
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ScreenSpaceAa
impl Debug for ScreenSpaceAa
Source§impl EngineEnum for ScreenSpaceAa
impl EngineEnum for ScreenSpaceAa
Source§impl FromGodot for ScreenSpaceAa
impl FromGodot for ScreenSpaceAa
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 GodotConvert for ScreenSpaceAa
impl GodotConvert for ScreenSpaceAa
Source§impl Hash for ScreenSpaceAa
impl Hash for ScreenSpaceAa
Source§impl IndexEnum for ScreenSpaceAa
impl IndexEnum for ScreenSpaceAa
Source§impl PartialEq for ScreenSpaceAa
impl PartialEq for ScreenSpaceAa
Source§impl ToGodot for ScreenSpaceAa
impl ToGodot for ScreenSpaceAa
impl Copy for ScreenSpaceAa
impl Eq for ScreenSpaceAa
impl StructuralPartialEq for ScreenSpaceAa
Auto Trait Implementations§
impl Freeze for ScreenSpaceAa
impl RefUnwindSafe for ScreenSpaceAa
impl Send for ScreenSpaceAa
impl Sync for ScreenSpaceAa
impl Unpin for ScreenSpaceAa
impl UnwindSafe for ScreenSpaceAa
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