pub struct BcCall<'a, T = VmConst> { /* private fields */ }Implementations§
Source§impl<'a, T> BcCall<'a, T>
impl<'a, T> BcCall<'a, T>
pub const K_PARAM_START_INPUT: u32 = 3
pub fn from(graph: *mut BcFunction, inst: BcRef<'a, BcInst>) -> Self
pub fn params(&self) -> Vec<BcOp>
pub fn param_count(&mut self) -> i32
pub fn set_param_count(&mut self, value: u32)
pub fn return_count(&mut self) -> i32
pub fn set_return_count(&mut self, value: u32)
pub fn target(&mut self) -> BcOp
pub fn set_target(&mut self, value: BcOp)
Trait Implementations§
Source§impl<T> BcInstHelperCreate for BcCall<'_, T>
impl<T> BcInstHelperCreate for BcCall<'_, T>
const OPCODE: LuauOpcode = LuauOpcode::LOP_CALL
Auto Trait Implementations§
impl<'a, T = BcVmConst> !UnwindSafe for BcCall<'a, T>
impl<'a, T> Freeze for BcCall<'a, T>
impl<'a, T> RefUnwindSafe for BcCall<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for BcCall<'a, T>where
T: Send,
impl<'a, T> Sync for BcCall<'a, T>where
T: Sync,
impl<'a, T> Unpin for BcCall<'a, T>where
T: Unpin,
impl<'a, T> UnsafeUnpin for BcCall<'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