pub struct Upvalue {
pub register: Register,
pub depth: u8,
}Fields§
§register: Register§depth: u8Trait Implementations§
impl StructuralPartialEq for Upvalue
Auto Trait Implementations§
impl Freeze for Upvalue
impl RefUnwindSafe for Upvalue
impl Send for Upvalue
impl Sync for Upvalue
impl Unpin for Upvalue
impl UnwindSafe for Upvalue
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