#[repr(C)]pub struct Emojicode_FunctionObjectVariableRecord {
pub _base: Emojicode_ObjectVariableRecord,
pub from: c_int,
pub to: c_int,
}
Fields§
§_base: Emojicode_ObjectVariableRecord
§from: c_int
§to: c_int
Trait Implementations§
Source§impl Clone for Emojicode_FunctionObjectVariableRecord
impl Clone for Emojicode_FunctionObjectVariableRecord
Source§fn clone(&self) -> Emojicode_FunctionObjectVariableRecord
fn clone(&self) -> Emojicode_FunctionObjectVariableRecord
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_FunctionObjectVariableRecord
Auto Trait Implementations§
impl Freeze for Emojicode_FunctionObjectVariableRecord
impl RefUnwindSafe for Emojicode_FunctionObjectVariableRecord
impl Send for Emojicode_FunctionObjectVariableRecord
impl Sync for Emojicode_FunctionObjectVariableRecord
impl Unpin for Emojicode_FunctionObjectVariableRecord
impl UnwindSafe for Emojicode_FunctionObjectVariableRecord
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