pub struct Disassembly { /* private fields */ }Implementations§
Source§impl Disassembly
impl Disassembly
pub fn version(&self) -> ClassVersion
pub fn is_complete(&self) -> bool
pub fn class(&self) -> Option<&Class>
pub fn diagnostics(&self) -> &[Diagnostic]
Trait Implementations§
Source§impl Clone for Disassembly
impl Clone for Disassembly
Source§fn clone(&self) -> Disassembly
fn clone(&self) -> Disassembly
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 moreAuto Trait Implementations§
impl Freeze for Disassembly
impl RefUnwindSafe for Disassembly
impl Send for Disassembly
impl Sync for Disassembly
impl Unpin for Disassembly
impl UnsafeUnpin for Disassembly
impl UnwindSafe for Disassembly
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