pub struct ScanTopology {
pub input_len: u32,
pub block_size: u32,
pub scratch_lengths: Vec<u32>,
pub kernel_node_count: usize,
}Fields§
§input_len: u32§block_size: u32§scratch_lengths: Vec<u32>§kernel_node_count: usizeTrait Implementations§
Source§impl Clone for ScanTopology
impl Clone for ScanTopology
Source§fn clone(&self) -> ScanTopology
fn clone(&self) -> ScanTopology
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 ScanTopology
impl Debug for ScanTopology
Source§impl Hash for ScanTopology
impl Hash for ScanTopology
Source§impl PartialEq for ScanTopology
impl PartialEq for ScanTopology
impl Eq for ScanTopology
impl StructuralPartialEq for ScanTopology
Auto Trait Implementations§
impl Freeze for ScanTopology
impl RefUnwindSafe for ScanTopology
impl Send for ScanTopology
impl Sync for ScanTopology
impl Unpin for ScanTopology
impl UnsafeUnpin for ScanTopology
impl UnwindSafe for ScanTopology
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more