pub struct PrepAssemblySummary {
pub active_region_count: usize,
pub mapped_load_count: usize,
pub mapped_bc_count: usize,
pub mapped_load_ratio: f64,
pub constrained_prep_ratio: f64,
pub layout_seed: u64,
}Fields§
§active_region_count: usize§mapped_load_count: usize§mapped_bc_count: usize§mapped_load_ratio: f64§constrained_prep_ratio: f64§layout_seed: u64Trait Implementations§
Source§impl Clone for PrepAssemblySummary
impl Clone for PrepAssemblySummary
Source§fn clone(&self) -> PrepAssemblySummary
fn clone(&self) -> PrepAssemblySummary
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 PrepAssemblySummary
impl Debug for PrepAssemblySummary
Source§impl<'de> Deserialize<'de> for PrepAssemblySummary
impl<'de> Deserialize<'de> for PrepAssemblySummary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PrepAssemblySummary
impl PartialEq for PrepAssemblySummary
Source§impl Serialize for PrepAssemblySummary
impl Serialize for PrepAssemblySummary
impl StructuralPartialEq for PrepAssemblySummary
Auto Trait Implementations§
impl Freeze for PrepAssemblySummary
impl RefUnwindSafe for PrepAssemblySummary
impl Send for PrepAssemblySummary
impl Sync for PrepAssemblySummary
impl Unpin for PrepAssemblySummary
impl UnsafeUnpin for PrepAssemblySummary
impl UnwindSafe for PrepAssemblySummary
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