Struct hazardflow_designs::cpu::multiplier::MulS
source · pub struct MulS<P: Copy> { /* private fields */ }
Expand description
Multiplier state.
Trait Implementations§
impl<P: Copy + Copy> Copy for MulS<P>
Auto Trait Implementations§
impl<P> RefUnwindSafe for MulS<P>where
P: RefUnwindSafe,
impl<P> Send for MulS<P>where
P: Send,
impl<P> Sync for MulS<P>where
P: Sync,
impl<P> Unpin for MulS<P>where
P: Unpin,
impl<P> UnwindSafe for MulS<P>where
P: UnwindSafe,
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