pub struct BlockLinearizationStats { /* private fields */ }Implementations§
Source§impl BlockLinearizationStats
impl BlockLinearizationStats
pub fn block_linearization_stats_operator_add_assign( &mut self, that: &BlockLinearizationStats, ) -> &mut Self
Source§impl BlockLinearizationStats
impl BlockLinearizationStats
pub fn block_linearization_stats_operator_add( &self, other: &BlockLinearizationStats, ) -> BlockLinearizationStats
Trait Implementations§
Source§impl Add for BlockLinearizationStats
impl Add for BlockLinearizationStats
Source§impl Add<&BlockLinearizationStats> for BlockLinearizationStats
impl Add<&BlockLinearizationStats> for BlockLinearizationStats
Source§type Output = BlockLinearizationStats
type Output = BlockLinearizationStats
The resulting type after applying the
+ operator.Source§impl AddAssign for BlockLinearizationStats
impl AddAssign for BlockLinearizationStats
Source§fn add_assign(&mut self, rhs: BlockLinearizationStats)
fn add_assign(&mut self, rhs: BlockLinearizationStats)
Performs the
+= operation. Read moreSource§impl AddAssign<&BlockLinearizationStats> for BlockLinearizationStats
impl AddAssign<&BlockLinearizationStats> for BlockLinearizationStats
Source§fn add_assign(&mut self, rhs: &BlockLinearizationStats)
fn add_assign(&mut self, rhs: &BlockLinearizationStats)
Performs the
+= operation. Read moreSource§impl Clone for BlockLinearizationStats
impl Clone for BlockLinearizationStats
Source§fn clone(&self) -> BlockLinearizationStats
fn clone(&self) -> BlockLinearizationStats
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 moreimpl Copy for BlockLinearizationStats
Source§impl Debug for BlockLinearizationStats
impl Debug for BlockLinearizationStats
Source§impl Default for BlockLinearizationStats
impl Default for BlockLinearizationStats
Source§impl PartialEq for BlockLinearizationStats
impl PartialEq for BlockLinearizationStats
Source§fn eq(&self, other: &BlockLinearizationStats) -> bool
fn eq(&self, other: &BlockLinearizationStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BlockLinearizationStats
Auto Trait Implementations§
impl Freeze for BlockLinearizationStats
impl RefUnwindSafe for BlockLinearizationStats
impl Send for BlockLinearizationStats
impl Sync for BlockLinearizationStats
impl Unpin for BlockLinearizationStats
impl UnsafeUnpin for BlockLinearizationStats
impl UnwindSafe for BlockLinearizationStats
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