pub struct DrawCallTelemetry {
pub indices_count: usize,
pub texture: TextureId,
}
Fields§
§indices_count: usize
§texture: TextureId
Trait Implementations§
Source§impl Clone for DrawCallTelemetry
impl Clone for DrawCallTelemetry
Source§fn clone(&self) -> DrawCallTelemetry
fn clone(&self) -> DrawCallTelemetry
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for DrawCallTelemetry
impl RefUnwindSafe for DrawCallTelemetry
impl Send for DrawCallTelemetry
impl Sync for DrawCallTelemetry
impl Unpin for DrawCallTelemetry
impl UnwindSafe for DrawCallTelemetry
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