pub struct BcGetVarArgs<'a, T = VmConst> { /* private fields */ }Implementations§
Source§impl<'a, T> BcGetVarArgs<'a, T>
impl<'a, T> BcGetVarArgs<'a, T>
pub const K_START_REG_INPUT: u32 = 0
pub fn from(graph: *mut BcFunction, inst: BcRef<'a, BcInst>) -> Self
pub fn values_count(&mut self) -> i32
pub fn set_values_count(&mut self, value: u32)
pub fn start_reg(&self) -> Reg
Trait Implementations§
Source§impl<T> BcInstHelperCreate for BcGetVarArgs<'_, T>
impl<T> BcInstHelperCreate for BcGetVarArgs<'_, T>
const OPCODE: LuauOpcode = LuauOpcode::LOP_GETVARARGS
Source§impl<T> BcInstType for BcGetVarArgs<'_, T>
impl<T> BcInstType for BcGetVarArgs<'_, T>
Auto Trait Implementations§
impl<'a, T = BcVmConst> !UnwindSafe for BcGetVarArgs<'a, T>
impl<'a, T> Freeze for BcGetVarArgs<'a, T>
impl<'a, T> RefUnwindSafe for BcGetVarArgs<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for BcGetVarArgs<'a, T>where
T: Send,
impl<'a, T> Sync for BcGetVarArgs<'a, T>where
T: Sync,
impl<'a, T> Unpin for BcGetVarArgs<'a, T>where
T: Unpin,
impl<'a, T> UnsafeUnpin for BcGetVarArgs<'a, T>
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