pub struct EmbedStats {
pub total_symbols: usize,
pub embedded: usize,
pub skipped: usize,
pub removed: usize,
}Fields§
§total_symbols: usize§embedded: usize§skipped: usize§removed: usizeAuto Trait Implementations§
impl Freeze for EmbedStats
impl RefUnwindSafe for EmbedStats
impl Send for EmbedStats
impl Sync for EmbedStats
impl Unpin for EmbedStats
impl UnsafeUnpin for EmbedStats
impl UnwindSafe for EmbedStats
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