pub struct CMP {
pub parameters: Vec<RacialScalingParameters>,
}
Fields§
§parameters: Vec<RacialScalingParameters>
The racial scaling parameters
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CMP
impl RefUnwindSafe for CMP
impl Send for CMP
impl Sync for CMP
impl Unpin for CMP
impl UnwindSafe for CMP
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