pub struct KITerm<T: FloatCore + Default> {
pub limits: Limits<T>,
pub accumulate: T,
/* private fields */
}
Fields§
§limits: Limits<T>
§accumulate: T
Implementations§
Trait Implementations§
Source§impl<T: PartialOrd + FloatCore + Default> PartialOrd for KITerm<T>
impl<T: PartialOrd + FloatCore + Default> PartialOrd for KITerm<T>
impl<T: Copy + FloatCore + Default> Copy for KITerm<T>
impl<T: FloatCore + Default> StructuralPartialEq for KITerm<T>
Auto Trait Implementations§
impl<T> Freeze for KITerm<T>where
T: Freeze,
impl<T> RefUnwindSafe for KITerm<T>where
T: RefUnwindSafe,
impl<T> Send for KITerm<T>where
T: Send,
impl<T> Sync for KITerm<T>where
T: Sync,
impl<T> Unpin for KITerm<T>where
T: Unpin,
impl<T> UnwindSafe for KITerm<T>where
T: UnwindSafe,
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