#[repr(C)]pub struct Emojicode_ObjectVariableRecord {
pub variableIndex: u32,
pub condition: u32,
pub type_: i32,
}
Expand description
Used to signify the compiler that from the @c from -th instruction to the to @c to -th instruction the variable at index @c variableIndex contains an object reference.
Fields§
§variableIndex: u32
§condition: u32
§type_: i32
Trait Implementations§
Source§impl Clone for Emojicode_ObjectVariableRecord
impl Clone for Emojicode_ObjectVariableRecord
Source§fn clone(&self) -> Emojicode_ObjectVariableRecord
fn clone(&self) -> Emojicode_ObjectVariableRecord
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for Emojicode_ObjectVariableRecord
Auto Trait Implementations§
impl Freeze for Emojicode_ObjectVariableRecord
impl RefUnwindSafe for Emojicode_ObjectVariableRecord
impl Send for Emojicode_ObjectVariableRecord
impl Sync for Emojicode_ObjectVariableRecord
impl Unpin for Emojicode_ObjectVariableRecord
impl UnwindSafe for Emojicode_ObjectVariableRecord
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