Struct hazardflow_designs::std::valid::ValidH
source · pub struct ValidH<P: Copy, R: Copy> { /* private fields */ }
Expand description
Hazard for hazard interfaces whose transfers can always happen.
Trait Implementations§
impl<P: Copy + Copy, R: Copy + Copy> Copy for ValidH<P, R>
Auto Trait Implementations§
impl<P, R> RefUnwindSafe for ValidH<P, R>where
P: RefUnwindSafe,
R: RefUnwindSafe,
impl<P, R> Send for ValidH<P, R>
impl<P, R> Sync for ValidH<P, R>
impl<P, R> Unpin for ValidH<P, R>
impl<P, R> UnwindSafe for ValidH<P, R>where
P: UnwindSafe,
R: 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