pub struct WolffConfig {
pub coupling: f64,
/* private fields */
}Expand description
Configuration for a Wolff sampler.
Fields§
§coupling: f64Ferromagnetic coupling constant J.
Implementations§
Trait Implementations§
Source§impl Clone for WolffConfig
impl Clone for WolffConfig
Source§fn clone(&self) -> WolffConfig
fn clone(&self) -> WolffConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WolffConfig
impl RefUnwindSafe for WolffConfig
impl Send for WolffConfig
impl Sync for WolffConfig
impl Unpin for WolffConfig
impl UnsafeUnpin for WolffConfig
impl UnwindSafe for WolffConfig
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