pub struct Adan { /* private fields */ }Expand description
Trait Implementations§
Source§impl<B: Backend> SimpleOptimizer<B> for Adan
impl<B: Backend> SimpleOptimizer<B> for Adan
Source§type State<const D: usize> = AdanState<B, D>
type State<const D: usize> = AdanState<B, D>
The state of the optimizer. It also implements record, so that it can be saved.
Auto Trait Implementations§
impl Freeze for Adan
impl RefUnwindSafe for Adan
impl Send for Adan
impl Sync for Adan
impl Unpin for Adan
impl UnsafeUnpin for Adan
impl UnwindSafe for Adan
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