pub struct IcxSliceFroBlock<'tcx, 'ctx> {
taint: Vec<Taint<'tcx>>,
var: Vec<IntraVar<'ctx>>,
len: Vec<usize>,
ty: Vec<TyWithIndex<'tcx>>,
layout: Vec<OwnershipLayout>,
}
Fields§
§taint: Vec<Taint<'tcx>>
§var: Vec<IntraVar<'ctx>>
§len: Vec<usize>
§ty: Vec<TyWithIndex<'tcx>>
§layout: Vec<OwnershipLayout>
Implementations§
source§impl<'tcx, 'ctx> IcxSliceFroBlock<'tcx, 'ctx>
impl<'tcx, 'ctx> IcxSliceFroBlock<'tcx, 'ctx>
pub fn new_in(icx: &mut IntraFlowContext<'tcx, 'ctx>, idx: usize) -> Self
pub fn new_out(icx: &mut IntraFlowContext<'tcx, 'ctx>, idx: usize) -> Self
pub fn new_for_block_0(len: usize) -> Self
pub fn taint(&self) -> &Vec<Taint<'tcx>>
pub fn taint_mut(&mut self) -> &mut Vec<Taint<'tcx>>
pub fn var(&self) -> &Vec<IntraVar<'ctx>>
pub fn var_mut(&mut self) -> &mut Vec<IntraVar<'ctx>>
pub fn len(&self) -> &Vec<usize>
pub fn len_mut(&mut self) -> &mut Vec<usize>
pub fn ty(&self) -> &Vec<TyWithIndex<'tcx>>
pub fn ty_mut(&mut self) -> &mut Vec<TyWithIndex<'tcx>>
pub fn layout(&self) -> &Vec<OwnershipLayout>
pub fn layout_mut(&mut self) -> &mut Vec<OwnershipLayout>
pub fn taint_merge(&mut self, another: &IcxSliceFroBlock<'tcx, 'ctx>, u: usize)
Trait Implementations§
source§impl<'tcx, 'ctx> Clone for IcxSliceFroBlock<'tcx, 'ctx>
impl<'tcx, 'ctx> Clone for IcxSliceFroBlock<'tcx, 'ctx>
source§fn clone(&self) -> IcxSliceFroBlock<'tcx, 'ctx>
fn clone(&self) -> IcxSliceFroBlock<'tcx, 'ctx>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'tcx, 'ctx> Debug for IcxSliceFroBlock<'tcx, 'ctx>
impl<'tcx, 'ctx> Debug for IcxSliceFroBlock<'tcx, 'ctx>
source§impl<'tcx, 'ctx> Default for IcxSliceFroBlock<'tcx, 'ctx>
impl<'tcx, 'ctx> Default for IcxSliceFroBlock<'tcx, 'ctx>
source§fn default() -> IcxSliceFroBlock<'tcx, 'ctx>
fn default() -> IcxSliceFroBlock<'tcx, 'ctx>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'tcx, 'ctx> Freeze for IcxSliceFroBlock<'tcx, 'ctx>
impl<'tcx, 'ctx> !RefUnwindSafe for IcxSliceFroBlock<'tcx, 'ctx>
impl<'tcx, 'ctx> !Send for IcxSliceFroBlock<'tcx, 'ctx>
impl<'tcx, 'ctx> !Sync for IcxSliceFroBlock<'tcx, 'ctx>
impl<'tcx, 'ctx> Unpin for IcxSliceFroBlock<'tcx, 'ctx>
impl<'tcx, 'ctx> !UnwindSafe for IcxSliceFroBlock<'tcx, 'ctx>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)