pub struct Parameters {
pub n: usize,
pub q: i64,
pub t: i64,
pub omega: i64,
pub f: Polynomial<i64>,
pub sigma: f64,
}Fields§
§n: usize§q: i64§t: i64§omega: i64§f: Polynomial<i64>§sigma: f64Trait Implementations§
Source§impl Debug for Parameters
impl Debug for Parameters
Auto Trait Implementations§
impl Freeze for Parameters
impl RefUnwindSafe for Parameters
impl Send for Parameters
impl Sync for Parameters
impl Unpin for Parameters
impl UnwindSafe for Parameters
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