#[repr(C)]pub struct LightStats {
pub total_lights: i32,
pub total_normal_map_usage: i32,
pub total_volumetric_usage: i32,
pub blend_styles_used: u32,
}Expand description
Fields§
§total_lights: i32§total_normal_map_usage: i32§total_volumetric_usage: i32§blend_styles_used: u32Trait Implementations§
Source§impl ClassIdentity for LightStats
impl ClassIdentity for LightStats
Source§impl Clone for LightStats
impl Clone for LightStats
Source§fn clone(&self) -> LightStats
fn clone(&self) -> LightStats
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LightStats
Auto Trait Implementations§
impl Freeze for LightStats
impl RefUnwindSafe for LightStats
impl Send for LightStats
impl Sync for LightStats
impl Unpin for LightStats
impl UnwindSafe for LightStats
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)