pub struct BatchedPathReconstructLayout {
pub target_count: u32,
pub path_words: usize,
pub path_words_u32: u32,
}Expand description
Validated batched path-reconstruction buffer layout.
Fields§
§target_count: u32Number of target nodes in the batch, narrowed for GPU dispatch lanes.
path_words: usizeTotal number of u32 path output words.
path_words_u32: u32Total number of u32 path output words, narrowed for primitive buffer metadata.
Trait Implementations§
Source§impl Clone for BatchedPathReconstructLayout
impl Clone for BatchedPathReconstructLayout
Source§fn clone(&self) -> BatchedPathReconstructLayout
fn clone(&self) -> BatchedPathReconstructLayout
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 moreimpl Copy for BatchedPathReconstructLayout
Source§impl Debug for BatchedPathReconstructLayout
impl Debug for BatchedPathReconstructLayout
impl Eq for BatchedPathReconstructLayout
impl StructuralPartialEq for BatchedPathReconstructLayout
Auto Trait Implementations§
impl Freeze for BatchedPathReconstructLayout
impl RefUnwindSafe for BatchedPathReconstructLayout
impl Send for BatchedPathReconstructLayout
impl Sync for BatchedPathReconstructLayout
impl Unpin for BatchedPathReconstructLayout
impl UnsafeUnpin for BatchedPathReconstructLayout
impl UnwindSafe for BatchedPathReconstructLayout
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.