struct LookupVariable {
inner: Variable,
handle: Handle<GlobalVariable>,
type_id: Word,
}
Fields§
§inner: Variable
§handle: Handle<GlobalVariable>
§type_id: Word
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LookupVariable
impl RefUnwindSafe for LookupVariable
impl Send for LookupVariable
impl Sync for LookupVariable
impl Unpin for LookupVariable
impl UnwindSafe for LookupVariable
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