Struct flowistry_pdg::rustc::mir::CopyNonOverlapping
source · pub struct CopyNonOverlapping<'tcx> {
pub src: Operand<'tcx>,
pub dst: Operand<'tcx>,
pub count: Operand<'tcx>,
}
Fields§
§src: Operand<'tcx>
§dst: Operand<'tcx>
§count: Operand<'tcx>
Number of elements to copy from src to dest, not bytes.
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for CopyNonOverlapping<'tcx>
impl<'tcx> !Send for CopyNonOverlapping<'tcx>
impl<'tcx> !Sync for CopyNonOverlapping<'tcx>
impl<'tcx> Unpin for CopyNonOverlapping<'tcx>
impl<'tcx> !UnwindSafe for CopyNonOverlapping<'tcx>
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