pub struct StudentTDist {
pub degrees_of_freedom: f64,
}Expand description
Student’s t-distribution.
Fields§
§degrees_of_freedom: f64Implementations§
Trait Implementations§
Source§impl Clone for StudentTDist
impl Clone for StudentTDist
Source§fn clone(&self) -> StudentTDist
fn clone(&self) -> StudentTDist
Returns a duplicate of the value. Read more
1.0.0 · 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 StudentTDist
impl RefUnwindSafe for StudentTDist
impl Send for StudentTDist
impl Sync for StudentTDist
impl Unpin for StudentTDist
impl UnsafeUnpin for StudentTDist
impl UnwindSafe for StudentTDist
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