pub struct BcInst {
pub op: LuauOpcode,
pub block: BcOp,
pub ops: BcOps,
pub lastUse: u32,
pub useCount: u32,
pub line: u32,
}Fields§
§op: LuauOpcode§block: BcOp§ops: BcOps§lastUse: u32§useCount: u32§line: u32Trait Implementations§
impl Eq for BcInst
impl StructuralPartialEq for BcInst
Auto Trait Implementations§
impl Freeze for BcInst
impl RefUnwindSafe for BcInst
impl Send for BcInst
impl Sync for BcInst
impl Unpin for BcInst
impl UnsafeUnpin for BcInst
impl UnwindSafe for BcInst
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