Struct rustc_hir::intravisit::DeepVisitor [−][src]
pub struct DeepVisitor<'v, V> {
visitor: &'v mut V,
}
Fields
visitor: &'v mut V
Implementations
Trait Implementations
Auto Trait Implementations
impl<'v, V> RefUnwindSafe for DeepVisitor<'v, V> where
V: RefUnwindSafe,
impl<'v, V> Send for DeepVisitor<'v, V> where
V: Send,
impl<'v, V> Sync for DeepVisitor<'v, V> where
V: Sync,
impl<'v, V> Unpin for DeepVisitor<'v, V>
impl<'v, V> !UnwindSafe for DeepVisitor<'v, V>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes