pub struct ResidentPreparedIfdsCsr<R> { /* private fields */ }Expand description
IFDS CSR and invariant ProgramGraph buffers uploaded once to a backend.
Implementations§
Source§impl<R> ResidentPreparedIfdsCsr<R>
impl<R> ResidentPreparedIfdsCsr<R>
Sourcepub fn node_count(&self) -> u32
pub fn node_count(&self) -> u32
Exploded-supergraph node count.
Sourcepub fn edge_count(&self) -> u32
pub fn edge_count(&self) -> u32
Exploded-supergraph edge count.
Sourcepub fn frontier_words(&self) -> usize
pub fn frontier_words(&self) -> usize
Number of u32 words in one frontier bitset.
Sourcepub fn stable_layout_hash(&self) -> u64
pub fn stable_layout_hash(&self) -> u64
Stable layout hash copied from the prepared CSR at upload time.
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for ResidentPreparedIfdsCsr<R>where
R: Freeze,
impl<R> RefUnwindSafe for ResidentPreparedIfdsCsr<R>where
R: RefUnwindSafe,
impl<R> Send for ResidentPreparedIfdsCsr<R>where
R: Send,
impl<R> Sync for ResidentPreparedIfdsCsr<R>where
R: Sync,
impl<R> Unpin for ResidentPreparedIfdsCsr<R>where
R: Unpin,
impl<R> UnsafeUnpin for ResidentPreparedIfdsCsr<R>where
R: UnsafeUnpin,
impl<R> UnwindSafe for ResidentPreparedIfdsCsr<R>where
R: UnwindSafe,
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