pub struct LinearDisassemblyLine { /* private fields */ }
Implementations
impl LinearDisassemblyLine
impl LinearDisassemblyLine
pub fn function(&self) -> &Function
pub fn line_type(&self) -> LinearDisassemblyLineType
Methods from Deref<Target = DisassemblyTextLine>
Trait Implementations
impl CoreArrayProvider for LinearDisassemblyLine
impl CoreArrayProvider for LinearDisassemblyLine
impl<'a> CoreArrayWrapper<'a> for LinearDisassemblyLine
impl<'a> CoreArrayWrapper<'a> for LinearDisassemblyLine
impl Deref for LinearDisassemblyLine
impl Deref for LinearDisassemblyLine
type Target = DisassemblyTextLine
type Target = DisassemblyTextLine
The resulting type after dereferencing.
Auto Trait Implementations
impl RefUnwindSafe for LinearDisassemblyLine
impl !Send for LinearDisassemblyLine
impl !Sync for LinearDisassemblyLine
impl Unpin for LinearDisassemblyLine
impl UnwindSafe for LinearDisassemblyLine
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more