Struct hazardflow_designs::std::hazard::AndH
source · pub struct AndH<H: Hazard> { /* private fields */ }
Expand description
Hazard for wrapping a hazard with a ready
bit (to represent a structural hazard).
Trait Implementations§
impl<H: Copy + Hazard> Copy for AndH<H>
Auto Trait Implementations§
impl<H> RefUnwindSafe for AndH<H>where
H: RefUnwindSafe,
impl<H> Send for AndH<H>where
H: Send,
impl<H> Sync for AndH<H>where
H: Sync,
impl<H> Unpin for AndH<H>where
H: Unpin,
impl<H> UnwindSafe for AndH<H>where
H: 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