pub struct MonomorphizeProfile {
pub mode: MonomorphizeMode,
pub passes: Vec<MonomorphizePassProfile>,
pub demand_evidence: DemandEvidenceProfile,
}Fields§
§mode: MonomorphizeMode§passes: Vec<MonomorphizePassProfile>§demand_evidence: DemandEvidenceProfileImplementations§
Source§impl MonomorphizeProfile
impl MonomorphizeProfile
pub fn pass_count(&self) -> usize
pub fn effective_pass_count(&self) -> usize
pub fn added_specializations(&self) -> usize
pub fn demand_queue_profile(&self) -> DemandQueueProfile
Trait Implementations§
Source§impl Clone for MonomorphizeProfile
impl Clone for MonomorphizeProfile
Source§fn clone(&self) -> MonomorphizeProfile
fn clone(&self) -> MonomorphizeProfile
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 MonomorphizeProfile
impl Debug for MonomorphizeProfile
Source§impl Default for MonomorphizeProfile
impl Default for MonomorphizeProfile
Source§impl PartialEq for MonomorphizeProfile
impl PartialEq for MonomorphizeProfile
Source§fn eq(&self, other: &MonomorphizeProfile) -> bool
fn eq(&self, other: &MonomorphizeProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MonomorphizeProfile
impl StructuralPartialEq for MonomorphizeProfile
Auto Trait Implementations§
impl Freeze for MonomorphizeProfile
impl RefUnwindSafe for MonomorphizeProfile
impl Send for MonomorphizeProfile
impl Sync for MonomorphizeProfile
impl Unpin for MonomorphizeProfile
impl UnsafeUnpin for MonomorphizeProfile
impl UnwindSafe for MonomorphizeProfile
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