#[repr(C)]pub struct LocVar {
pub reg: i32,
pub startpc: i32,
pub endpc: i32,
}Fields§
§reg: i32§startpc: i32§endpc: i32Auto Trait Implementations§
impl Freeze for LocVar
impl RefUnwindSafe for LocVar
impl Send for LocVar
impl Sync for LocVar
impl Unpin for LocVar
impl UnsafeUnpin for LocVar
impl UnwindSafe for LocVar
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