pub struct CriticalExponentTable {
pub entries: Vec<CriticalExponents>,
}Expand description
Table of critical exponents for common universality classes
Fields§
§entries: Vec<CriticalExponents>Implementations§
Source§impl CriticalExponentTable
impl CriticalExponentTable
Sourcepub fn find(&self, name: &str) -> Option<&CriticalExponents>
pub fn find(&self, name: &str) -> Option<&CriticalExponents>
Find a universality class by name
Auto Trait Implementations§
impl Freeze for CriticalExponentTable
impl RefUnwindSafe for CriticalExponentTable
impl Send for CriticalExponentTable
impl Sync for CriticalExponentTable
impl Unpin for CriticalExponentTable
impl UnsafeUnpin for CriticalExponentTable
impl UnwindSafe for CriticalExponentTable
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