pub struct LicmExtEmitStats {
pub bytes_written: usize,
pub items_emitted: usize,
pub errors: usize,
pub warnings: usize,
}Expand description
LICM emit stats
Fields§
§bytes_written: usize§items_emitted: usize§errors: usize§warnings: usizeTrait Implementations§
Source§impl Clone for LicmExtEmitStats
impl Clone for LicmExtEmitStats
Source§fn clone(&self) -> LicmExtEmitStats
fn clone(&self) -> LicmExtEmitStats
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 moreSource§impl Debug for LicmExtEmitStats
impl Debug for LicmExtEmitStats
Source§impl Default for LicmExtEmitStats
impl Default for LicmExtEmitStats
Source§fn default() -> LicmExtEmitStats
fn default() -> LicmExtEmitStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LicmExtEmitStats
impl RefUnwindSafe for LicmExtEmitStats
impl Send for LicmExtEmitStats
impl Sync for LicmExtEmitStats
impl Unpin for LicmExtEmitStats
impl UnsafeUnpin for LicmExtEmitStats
impl UnwindSafe for LicmExtEmitStats
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