ptr_operand_for_deref_place

Function ptr_operand_for_deref_place 

Source
fn ptr_operand_for_deref_place<'tcx>(
    place: &Place<'tcx>,
) -> Option<Operand<'tcx>>
Expand description

Extract the pointer operand from a dereference place.