#[repr(C)]pub struct BytecodeMapping {
pub ir_location: u32,
pub asm_location: u32,
}Fields§
§ir_location: u32§asm_location: u32Implementations§
Source§impl BytecodeMapping
impl BytecodeMapping
pub const irLocation: u32 = 0
pub const asmLocation: u32 = 0
Trait Implementations§
Source§impl Clone for BytecodeMapping
impl Clone for BytecodeMapping
Source§fn clone(&self) -> BytecodeMapping
fn clone(&self) -> BytecodeMapping
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 BytecodeMapping
Source§impl Debug for BytecodeMapping
impl Debug for BytecodeMapping
Source§impl Default for BytecodeMapping
impl Default for BytecodeMapping
Source§fn default() -> BytecodeMapping
fn default() -> BytecodeMapping
Returns the “default value” for a type. Read more
impl Eq for BytecodeMapping
Source§impl Hash for BytecodeMapping
impl Hash for BytecodeMapping
Source§impl PartialEq for BytecodeMapping
impl PartialEq for BytecodeMapping
Source§fn eq(&self, other: &BytecodeMapping) -> bool
fn eq(&self, other: &BytecodeMapping) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BytecodeMapping
Auto Trait Implementations§
impl Freeze for BytecodeMapping
impl RefUnwindSafe for BytecodeMapping
impl Send for BytecodeMapping
impl Sync for BytecodeMapping
impl Unpin for BytecodeMapping
impl UnsafeUnpin for BytecodeMapping
impl UnwindSafe for BytecodeMapping
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