Struct rustc_mir_dataflow::impls::borrowed_locals::TransferFunction [−][src]
Expand description
A Visitor
that defines the transfer function for MaybeBorrowedLocals
.
Fields
trans: &'a mut T
kind: &'a K
ignore_borrow_on_drop: bool
Trait Implementations
impl<T, K, 'tcx, 'a> Visitor<'tcx> for TransferFunction<'a, T, K> where
T: GenKill<Local>,
K: BorrowAnalysisKind<'tcx>,
impl<T, K, 'tcx, 'a> Visitor<'tcx> for TransferFunction<'a, T, K> where
T: GenKill<Local>,
K: BorrowAnalysisKind<'tcx>,
fn visit_ascribe_user_ty(
&mut self,
place: &Place<'tcx>,
variance: &Variance,
user_ty: &UserTypeProjection,
location: Location
)
fn visit_projection(
&mut self,
place_ref: PlaceRef<'tcx>,
context: PlaceContext,
location: Location
)
fn visit_projection_elem(
&mut self,
local: Local,
proj_base: &[ProjectionElem<Local, &'tcx TyS<'tcx>>],
elem: ProjectionElem<Local, &'tcx TyS<'tcx>>,
context: PlaceContext,
location: Location
)
fn super_projection(
&mut self,
place_ref: PlaceRef<'tcx>,
context: PlaceContext,
location: Location
)
fn super_projection_elem(
&mut self,
_local: Local,
_proj_base: &[ProjectionElem<Local, &'tcx TyS<'tcx>>],
elem: ProjectionElem<Local, &'tcx TyS<'tcx>>,
_context: PlaceContext,
location: Location
)
fn visit_user_type_annotation(
&mut self,
index: UserTypeAnnotationIndex,
ty: &CanonicalUserTypeAnnotation<'tcx>
)
fn super_ascribe_user_ty(
&mut self,
place: &Place<'tcx>,
_variance: &Variance,
user_ty: &UserTypeProjection,
location: Location
)
fn super_user_type_annotation(
&mut self,
_index: UserTypeAnnotationIndex,
ty: &CanonicalUserTypeAnnotation<'tcx>
)
Auto Trait Implementations
impl<'a, T, K> RefUnwindSafe for TransferFunction<'a, T, K> where
K: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T, K> Send for TransferFunction<'a, T, K> where
K: Sync,
T: Send,
impl<'a, T, K> Sync for TransferFunction<'a, T, K> where
K: Sync,
T: Sync,
impl<'a, T, K> Unpin for TransferFunction<'a, T, K>
impl<'a, T, K> !UnwindSafe for TransferFunction<'a, T, K>
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: 24 bytes