#[repr(C)]pub struct CudaPackedGlweCiphertextListFFI {
pub ptr: *mut c_void,
pub storage_log_modulus: u32,
pub lwe_per_glwe: u32,
pub total_lwe_bodies_count: u32,
pub glwe_dimension: u32,
pub polynomial_size: u32,
}Fields§
§ptr: *mut c_void§storage_log_modulus: u32§lwe_per_glwe: u32§total_lwe_bodies_count: u32§glwe_dimension: u32§polynomial_size: u32Trait Implementations§
Source§impl Clone for CudaPackedGlweCiphertextListFFI
impl Clone for CudaPackedGlweCiphertextListFFI
Source§fn clone(&self) -> CudaPackedGlweCiphertextListFFI
fn clone(&self) -> CudaPackedGlweCiphertextListFFI
Returns a duplicate 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 moreimpl Copy for CudaPackedGlweCiphertextListFFI
Auto Trait Implementations§
impl Freeze for CudaPackedGlweCiphertextListFFI
impl RefUnwindSafe for CudaPackedGlweCiphertextListFFI
impl !Send for CudaPackedGlweCiphertextListFFI
impl !Sync for CudaPackedGlweCiphertextListFFI
impl Unpin for CudaPackedGlweCiphertextListFFI
impl UnwindSafe for CudaPackedGlweCiphertextListFFI
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