pub struct BytecodePhi { /* private fields */ }Implementations§
Source§impl BytecodePhi
impl BytecodePhi
pub fn operands(&self) -> &[BytecodeOperand]
pub fn users(&self) -> &[BytecodeOperand]
Trait Implementations§
Source§impl Clone for BytecodePhi
impl Clone for BytecodePhi
Source§fn clone(&self) -> BytecodePhi
fn clone(&self) -> BytecodePhi
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BytecodePhi
impl Debug for BytecodePhi
impl Eq for BytecodePhi
Source§impl Hash for BytecodePhi
impl Hash for BytecodePhi
Source§impl PartialEq for BytecodePhi
impl PartialEq for BytecodePhi
impl StructuralPartialEq for BytecodePhi
Auto Trait Implementations§
impl Freeze for BytecodePhi
impl RefUnwindSafe for BytecodePhi
impl Send for BytecodePhi
impl Sync for BytecodePhi
impl Unpin for BytecodePhi
impl UnsafeUnpin for BytecodePhi
impl UnwindSafe for BytecodePhi
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