pub struct UpvalDesc {
pub name: Option<GcRef<LuaString>>,
pub instack: bool,
pub idx: u8,
pub kind: u8,
}Fields§
§name: Option<GcRef<LuaString>>§instack: bool§idx: u8§kind: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpvalDesc
impl !RefUnwindSafe for UpvalDesc
impl !Send for UpvalDesc
impl !Sync for UpvalDesc
impl Unpin for UpvalDesc
impl UnsafeUnpin for UpvalDesc
impl !UnwindSafe for UpvalDesc
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