pub struct RenderInfoType { /* private fields */ }
Implementations§
Source§impl RenderInfoType
impl RenderInfoType
Sourcepub const VISIBLE: RenderInfoType
pub const VISIBLE: RenderInfoType
Godot enumerator name: RENDER_INFO_TYPE_VISIBLE
Sourcepub const SHADOW: RenderInfoType
pub const SHADOW: RenderInfoType
Godot enumerator name: RENDER_INFO_TYPE_SHADOW
Sourcepub const CANVAS: RenderInfoType
pub const CANVAS: RenderInfoType
Godot enumerator name: RENDER_INFO_TYPE_CANVAS
Sourcepub const MAX: RenderInfoType
pub const MAX: RenderInfoType
Godot enumerator name: RENDER_INFO_TYPE_MAX
Trait Implementations§
Source§impl Clone for RenderInfoType
impl Clone for RenderInfoType
Source§fn clone(&self) -> RenderInfoType
fn clone(&self) -> RenderInfoType
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 RenderInfoType
impl Debug for RenderInfoType
Source§impl EngineEnum for RenderInfoType
impl EngineEnum for RenderInfoType
Source§impl FromGodot for RenderInfoType
impl FromGodot for RenderInfoType
Source§fn try_from_godot(
via: <RenderInfoType as GodotConvert>::Via,
) -> Result<RenderInfoType, ConvertError>
fn try_from_godot( via: <RenderInfoType as GodotConvert>::Via, ) -> Result<RenderInfoType, 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§impl GodotConvert for RenderInfoType
impl GodotConvert for RenderInfoType
Source§impl Hash for RenderInfoType
impl Hash for RenderInfoType
Source§impl IndexEnum for RenderInfoType
impl IndexEnum for RenderInfoType
Source§impl PartialEq for RenderInfoType
impl PartialEq for RenderInfoType
Source§impl ToGodot for RenderInfoType
impl ToGodot for RenderInfoType
impl Copy for RenderInfoType
impl Eq for RenderInfoType
impl StructuralPartialEq for RenderInfoType
Auto Trait Implementations§
impl Freeze for RenderInfoType
impl RefUnwindSafe for RenderInfoType
impl Send for RenderInfoType
impl Sync for RenderInfoType
impl Unpin for RenderInfoType
impl UnwindSafe for RenderInfoType
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