pub struct MultilinearState { /* private fields */ }Expand description
Represents the state of a multilinear system.
Trait Implementations§
Source§impl Clone for MultilinearState
impl Clone for MultilinearState
Source§fn clone(&self) -> MultilinearState
fn clone(&self) -> MultilinearState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MultilinearState
impl RefUnwindSafe for MultilinearState
impl Send for MultilinearState
impl Sync for MultilinearState
impl Unpin for MultilinearState
impl UnwindSafe for MultilinearState
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