pub struct CodeSettings {
pub e: f64,
pub f: usize,
pub mblocks: usize,
pub coblocks: usize,
pub p: Vec<f64>,
}Fields§
§e: f64§f: usize§mblocks: usize§coblocks: usize§p: Vec<f64>Auto Trait Implementations§
impl Freeze for CodeSettings
impl RefUnwindSafe for CodeSettings
impl Send for CodeSettings
impl Sync for CodeSettings
impl Unpin for CodeSettings
impl UnwindSafe for CodeSettings
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