#[repr(C)]pub struct RawLocVar {
pub var_name: *mut RawTString,
pub start_pc: i32,
pub end_pc: i32,
pub reg: u8,
}Fields§
§var_name: *mut RawTString§start_pc: i32§end_pc: i32§reg: u8Auto Trait Implementations§
impl !Send for RawLocVar
impl !Sync for RawLocVar
impl Freeze for RawLocVar
impl RefUnwindSafe for RawLocVar
impl Unpin for RawLocVar
impl UnsafeUnpin for RawLocVar
impl UnwindSafe for RawLocVar
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