pub struct LocVar { /* private fields */ }Expand description
Non-owning view of a prototype local-variable record.
Unsafe operations require the owning proto and local-variable array to remain live for the entire use of this copied handle.
Implementations§
Trait Implementations§
impl Copy for LocVar
impl Eq for LocVar
impl StructuralPartialEq for LocVar
Auto Trait Implementations§
impl !Send for LocVar
impl !Sync for LocVar
impl Freeze for LocVar
impl RefUnwindSafe 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