pub struct StreamDiagnostics {
pub skipped_frames: u64,
pub semantic_diagnostics: Vec<TransformDiagnostic>,
}Fields§
§skipped_frames: u64§semantic_diagnostics: Vec<TransformDiagnostic>Trait Implementations§
Source§impl Clone for StreamDiagnostics
impl Clone for StreamDiagnostics
Source§fn clone(&self) -> StreamDiagnostics
fn clone(&self) -> StreamDiagnostics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StreamDiagnostics
impl Debug for StreamDiagnostics
Source§impl Default for StreamDiagnostics
impl Default for StreamDiagnostics
Source§fn default() -> StreamDiagnostics
fn default() -> StreamDiagnostics
Returns the “default value” for a type. Read more
impl Eq for StreamDiagnostics
Source§impl PartialEq for StreamDiagnostics
impl PartialEq for StreamDiagnostics
impl StructuralPartialEq for StreamDiagnostics
Auto Trait Implementations§
impl Freeze for StreamDiagnostics
impl RefUnwindSafe for StreamDiagnostics
impl Send for StreamDiagnostics
impl Sync for StreamDiagnostics
impl Unpin for StreamDiagnostics
impl UnsafeUnpin for StreamDiagnostics
impl UnwindSafe for StreamDiagnostics
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