pub struct PostStats {
pub passes: u32,
pub resized_targets: u32,
}Expand description
CPU counters for a post-processing dispatch.
Fields§
§passes: u32Number of enabled post passes submitted.
resized_targets: u32Number of scratch targets resized during this dispatch.
Trait Implementations§
impl Copy for PostStats
impl Eq for PostStats
impl StructuralPartialEq for PostStats
Auto Trait Implementations§
impl Freeze for PostStats
impl RefUnwindSafe for PostStats
impl Send for PostStats
impl Sync for PostStats
impl Unpin for PostStats
impl UnsafeUnpin for PostStats
impl UnwindSafe for PostStats
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.