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