#[repr(C)]pub struct CudaLweCiphertextListFFI {
pub ptr: *mut c_void,
pub num_radix_blocks: u32,
pub lwe_dimension: u32,
}Fields§
§ptr: *mut c_void§num_radix_blocks: u32§lwe_dimension: u32Trait Implementations§
Source§impl Clone for CudaLweCiphertextListFFI
impl Clone for CudaLweCiphertextListFFI
Source§fn clone(&self) -> CudaLweCiphertextListFFI
fn clone(&self) -> CudaLweCiphertextListFFI
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 moreSource§impl Debug for CudaLweCiphertextListFFI
impl Debug for CudaLweCiphertextListFFI
impl Copy for CudaLweCiphertextListFFI
Auto Trait Implementations§
impl Freeze for CudaLweCiphertextListFFI
impl RefUnwindSafe for CudaLweCiphertextListFFI
impl !Send for CudaLweCiphertextListFFI
impl !Sync for CudaLweCiphertextListFFI
impl Unpin for CudaLweCiphertextListFFI
impl UnwindSafe for CudaLweCiphertextListFFI
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