pub struct VoidPtrAnalyzer;Expand description
Analyzer for void* usage patterns.
Implementations§
Source§impl VoidPtrAnalyzer
impl VoidPtrAnalyzer
Sourcepub fn analyze(&self, func: &HirFunction) -> Vec<VoidPtrInfo>
pub fn analyze(&self, func: &HirFunction) -> Vec<VoidPtrInfo>
Analyze a function for void* usage patterns.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VoidPtrAnalyzer
impl RefUnwindSafe for VoidPtrAnalyzer
impl Send for VoidPtrAnalyzer
impl Sync for VoidPtrAnalyzer
impl Unpin for VoidPtrAnalyzer
impl UnwindSafe for VoidPtrAnalyzer
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