#[repr(C)]pub struct AnalysisStatePool {
pub contents: *mut *mut AnalysisState,
pub size: u32,
pub capacity: u32,
}
Fields§
§contents: *mut *mut AnalysisState
§size: u32
§capacity: u32
Trait Implementations§
Source§impl Clone for AnalysisStatePool
impl Clone for AnalysisStatePool
Source§fn clone(&self) -> AnalysisStatePool
fn clone(&self) -> AnalysisStatePool
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for AnalysisStatePool
Auto Trait Implementations§
impl Freeze for AnalysisStatePool
impl RefUnwindSafe for AnalysisStatePool
impl !Send for AnalysisStatePool
impl !Sync for AnalysisStatePool
impl Unpin for AnalysisStatePool
impl UnwindSafe for AnalysisStatePool
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