pub struct InstCost {
pub latency: i8,
pub decode_slots: u32,
pub alu_slots: u32,
pub mul_slots: u32,
pub div_slots: u32,
pub load_slots: u32,
pub store_slots: u32,
}Fields§
§latency: i8§decode_slots: u32§alu_slots: u32§mul_slots: u32§div_slots: u32§load_slots: u32§store_slots: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstCost
impl RefUnwindSafe for InstCost
impl Send for InstCost
impl Sync for InstCost
impl Unpin for InstCost
impl UnwindSafe for InstCost
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