pub struct DisassemblyTextLineTypeInfo {
pub has_type_info: bool,
pub parent_type: Option<Ref<Type>>,
pub field_index: usize,
pub offset: u64,
}
Fields§
§has_type_info: bool
§parent_type: Option<Ref<Type>>
§field_index: usize
§offset: u64
Trait Implementations§
source§impl Clone for DisassemblyTextLineTypeInfo
impl Clone for DisassemblyTextLineTypeInfo
source§fn clone(&self) -> DisassemblyTextLineTypeInfo
fn clone(&self) -> DisassemblyTextLineTypeInfo
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 DisassemblyTextLineTypeInfo
impl Debug for DisassemblyTextLineTypeInfo
source§impl Default for DisassemblyTextLineTypeInfo
impl Default for DisassemblyTextLineTypeInfo
source§fn default() -> DisassemblyTextLineTypeInfo
fn default() -> DisassemblyTextLineTypeInfo
Returns the “default value” for a type. Read more
source§impl Hash for DisassemblyTextLineTypeInfo
impl Hash for DisassemblyTextLineTypeInfo
impl Eq for DisassemblyTextLineTypeInfo
impl StructuralPartialEq for DisassemblyTextLineTypeInfo
Auto Trait Implementations§
impl Freeze for DisassemblyTextLineTypeInfo
impl RefUnwindSafe for DisassemblyTextLineTypeInfo
impl Send for DisassemblyTextLineTypeInfo
impl Sync for DisassemblyTextLineTypeInfo
impl Unpin for DisassemblyTextLineTypeInfo
impl UnwindSafe for DisassemblyTextLineTypeInfo
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