pub struct MAMA {
pub fastlimit: f64,
pub slowlimit: f64,
/* private fields */
}Fields§
§fastlimit: f64§slowlimit: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MAMA
impl RefUnwindSafe for MAMA
impl Send for MAMA
impl Sync for MAMA
impl Unpin for MAMA
impl UnsafeUnpin for MAMA
impl UnwindSafe for MAMA
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