pub struct CkksParameters {
pub degree: usize,
pub modulus: i64,
}
Fields§
§degree: usize
§modulus: i64
Implementations§
Trait Implementations§
Source§impl Clone for CkksParameters
impl Clone for CkksParameters
Source§fn clone(&self) -> CkksParameters
fn clone(&self) -> CkksParameters
Returns a copy 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 CkksParameters
impl RefUnwindSafe for CkksParameters
impl Send for CkksParameters
impl Sync for CkksParameters
impl Unpin for CkksParameters
impl UnwindSafe for CkksParameters
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