pub struct LocalVarTargetTableEntry {
pub start_pc: u16,
pub length: u16,
pub index: u16,
}Fields§
§start_pc: u16§length: u16§index: u16Trait Implementations§
Source§impl Clone for LocalVarTargetTableEntry
impl Clone for LocalVarTargetTableEntry
Source§fn clone(&self) -> LocalVarTargetTableEntry
fn clone(&self) -> LocalVarTargetTableEntry
Returns a duplicate 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 LocalVarTargetTableEntry
impl Debug for LocalVarTargetTableEntry
Source§impl PartialEq for LocalVarTargetTableEntry
impl PartialEq for LocalVarTargetTableEntry
impl StructuralPartialEq for LocalVarTargetTableEntry
Auto Trait Implementations§
impl Freeze for LocalVarTargetTableEntry
impl RefUnwindSafe for LocalVarTargetTableEntry
impl Send for LocalVarTargetTableEntry
impl Sync for LocalVarTargetTableEntry
impl Unpin for LocalVarTargetTableEntry
impl UnsafeUnpin for LocalVarTargetTableEntry
impl UnwindSafe for LocalVarTargetTableEntry
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