#[repr(C)]pub struct AnalysisStateSet {
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 AnalysisStateSet
impl Clone for AnalysisStateSet
Source§fn clone(&self) -> AnalysisStateSet
fn clone(&self) -> AnalysisStateSet
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 AnalysisStateSet
Auto Trait Implementations§
impl Freeze for AnalysisStateSet
impl RefUnwindSafe for AnalysisStateSet
impl !Send for AnalysisStateSet
impl !Sync for AnalysisStateSet
impl Unpin for AnalysisStateSet
impl UnwindSafe for AnalysisStateSet
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