pub struct GpuCnfVarTables {
pub node_var: TrackedCudaSlice<u32>,
pub leaf_var: TrackedCudaSlice<u32>,
pub choice_var: TrackedCudaSlice<u32>,
pub max_var: u32,
}Expand description
GPU-resident CNF variable tables for PIR ids.
Fields§
§node_var: TrackedCudaSlice<u32>§leaf_var: TrackedCudaSlice<u32>§choice_var: TrackedCudaSlice<u32>§max_var: u32Auto Trait Implementations§
impl Freeze for GpuCnfVarTables
impl RefUnwindSafe for GpuCnfVarTables
impl Send for GpuCnfVarTables
impl Sync for GpuCnfVarTables
impl Unpin for GpuCnfVarTables
impl UnsafeUnpin for GpuCnfVarTables
impl UnwindSafe for GpuCnfVarTables
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