pub struct RhoConfig { /* private fields */ }Expand description
Monotone bounded rho configuration for alpha_t = rho(g_t).
Implementations§
Trait Implementations§
impl Copy for RhoConfig
impl StructuralPartialEq for RhoConfig
Auto Trait Implementations§
impl Freeze for RhoConfig
impl RefUnwindSafe for RhoConfig
impl Send for RhoConfig
impl Sync for RhoConfig
impl Unpin for RhoConfig
impl UnsafeUnpin for RhoConfig
impl UnwindSafe for RhoConfig
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