pub struct LocalVarTargetTable {
pub start_pc: U2,
pub length: U2,
pub index: U2,
}
Fields§
§start_pc: U2
§length: U2
§index: U2
Trait Implementations§
Source§impl Clone for LocalVarTargetTable
impl Clone for LocalVarTargetTable
Source§fn clone(&self) -> LocalVarTargetTable
fn clone(&self) -> LocalVarTargetTable
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 moreAuto Trait Implementations§
impl Freeze for LocalVarTargetTable
impl RefUnwindSafe for LocalVarTargetTable
impl Send for LocalVarTargetTable
impl Sync for LocalVarTargetTable
impl Unpin for LocalVarTargetTable
impl UnwindSafe for LocalVarTargetTable
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