pub struct BFVPlaintext {
pub plain: Polynomial,
pub len: usize,
}Fields§
§plain: Polynomial§len: usizeImplementations§
Trait Implementations§
Source§impl Clone for BFVPlaintext
impl Clone for BFVPlaintext
Source§fn clone(&self) -> BFVPlaintext
fn clone(&self) -> BFVPlaintext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BFVPlaintext
impl RefUnwindSafe for BFVPlaintext
impl Send for BFVPlaintext
impl Sync for BFVPlaintext
impl Unpin for BFVPlaintext
impl UnsafeUnpin for BFVPlaintext
impl UnwindSafe for BFVPlaintext
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