pub struct LinearDisassemblyLine {
pub ty: LinearDisassemblyLineType,
pub function: Option<Ref<Function>>,
pub basic_block: Option<Ref<BasicBlock<NativeBlock>>>,
pub contents: DisassemblyTextLine,
}
Fields§
§ty: LinearDisassemblyLineType
§function: Option<Ref<Function>>
§basic_block: Option<Ref<BasicBlock<NativeBlock>>>
§contents: DisassemblyTextLine
Trait Implementations§
source§impl Clone for LinearDisassemblyLine
impl Clone for LinearDisassemblyLine
source§fn clone(&self) -> LinearDisassemblyLine
fn clone(&self) -> LinearDisassemblyLine
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 Debug for LinearDisassemblyLine
impl Debug for LinearDisassemblyLine
source§impl Deref for LinearDisassemblyLine
impl Deref for LinearDisassemblyLine
source§impl Display for LinearDisassemblyLine
impl Display for LinearDisassemblyLine
source§impl PartialEq for LinearDisassemblyLine
impl PartialEq for LinearDisassemblyLine
impl Eq for LinearDisassemblyLine
impl StructuralPartialEq for LinearDisassemblyLine
Auto Trait Implementations§
impl Freeze for LinearDisassemblyLine
impl RefUnwindSafe for LinearDisassemblyLine
impl Send for LinearDisassemblyLine
impl Sync for LinearDisassemblyLine
impl Unpin for LinearDisassemblyLine
impl UnwindSafe for LinearDisassemblyLine
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