pub struct BytecodeEdge {
pub kind: BytecodeEdgeKind,
pub target: BytecodeBlockId,
}Fields§
§kind: BytecodeEdgeKind§target: BytecodeBlockIdTrait Implementations§
Source§impl Clone for BytecodeEdge
impl Clone for BytecodeEdge
Source§fn clone(&self) -> BytecodeEdge
fn clone(&self) -> BytecodeEdge
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 moreimpl Copy for BytecodeEdge
Source§impl Debug for BytecodeEdge
impl Debug for BytecodeEdge
impl Eq for BytecodeEdge
Source§impl PartialEq for BytecodeEdge
impl PartialEq for BytecodeEdge
impl StructuralPartialEq for BytecodeEdge
Auto Trait Implementations§
impl Freeze for BytecodeEdge
impl RefUnwindSafe for BytecodeEdge
impl Send for BytecodeEdge
impl Sync for BytecodeEdge
impl Unpin for BytecodeEdge
impl UnsafeUnpin for BytecodeEdge
impl UnwindSafe for BytecodeEdge
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