pub struct PsiRange {
pub min: f32,
pub max: f32,
pub average: f32,
}Fields§
§min: f32§max: f32§average: f32Trait Implementations§
impl Copy for PsiRange
impl StructuralPartialEq for PsiRange
Auto Trait Implementations§
impl Freeze for PsiRange
impl RefUnwindSafe for PsiRange
impl Send for PsiRange
impl Sync for PsiRange
impl Unpin for PsiRange
impl UnsafeUnpin for PsiRange
impl UnwindSafe for PsiRange
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