pub struct RenderInfo { /* private fields */ }
Implementations§
Source§impl RenderInfo
impl RenderInfo
Sourcepub const OBJECTS_IN_FRAME: RenderInfo
pub const OBJECTS_IN_FRAME: RenderInfo
Godot enumerator name: RENDER_INFO_OBJECTS_IN_FRAME
Sourcepub const PRIMITIVES_IN_FRAME: RenderInfo
pub const PRIMITIVES_IN_FRAME: RenderInfo
Godot enumerator name: RENDER_INFO_PRIMITIVES_IN_FRAME
Sourcepub const DRAW_CALLS_IN_FRAME: RenderInfo
pub const DRAW_CALLS_IN_FRAME: RenderInfo
Godot enumerator name: RENDER_INFO_DRAW_CALLS_IN_FRAME
Sourcepub const MAX: RenderInfo
pub const MAX: RenderInfo
Godot enumerator name: RENDER_INFO_MAX
Trait Implementations§
Source§impl Clone for RenderInfo
impl Clone for RenderInfo
Source§fn clone(&self) -> RenderInfo
fn clone(&self) -> RenderInfo
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 RenderInfo
impl Debug for RenderInfo
Source§impl EngineEnum for RenderInfo
impl EngineEnum for RenderInfo
Source§impl FromGodot for RenderInfo
impl FromGodot for RenderInfo
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 RenderInfo
impl GodotConvert for RenderInfo
Source§impl Hash for RenderInfo
impl Hash for RenderInfo
Source§impl IndexEnum for RenderInfo
impl IndexEnum for RenderInfo
Source§impl PartialEq for RenderInfo
impl PartialEq for RenderInfo
Source§impl ToGodot for RenderInfo
impl ToGodot for RenderInfo
impl Copy for RenderInfo
impl Eq for RenderInfo
impl StructuralPartialEq for RenderInfo
Auto Trait Implementations§
impl Freeze for RenderInfo
impl RefUnwindSafe for RenderInfo
impl Send for RenderInfo
impl Sync for RenderInfo
impl Unpin for RenderInfo
impl UnwindSafe for RenderInfo
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