#[repr(C)]pub struct AggClauseCosts {
pub transCost: QualCost,
pub finalCost: QualCost,
pub transitionSpace: Size,
}
Fields§
§transCost: QualCost
§finalCost: QualCost
§transitionSpace: Size
Trait Implementations§
Source§impl Clone for AggClauseCosts
impl Clone for AggClauseCosts
Source§fn clone(&self) -> AggClauseCosts
fn clone(&self) -> AggClauseCosts
Returns a copy 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 AggClauseCosts
impl Debug for AggClauseCosts
Source§impl Default for AggClauseCosts
impl Default for AggClauseCosts
Source§fn default() -> AggClauseCosts
fn default() -> AggClauseCosts
Returns the “default value” for a type. Read more
impl Copy for AggClauseCosts
Auto Trait Implementations§
impl Freeze for AggClauseCosts
impl RefUnwindSafe for AggClauseCosts
impl Send for AggClauseCosts
impl Sync for AggClauseCosts
impl Unpin for AggClauseCosts
impl UnwindSafe for AggClauseCosts
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