#[repr(C)]pub struct TablePair {
pub key: DynValue,
pub value: DynValue,
}Expand description
Fields§
§key: DynValue§value: DynValueImplementations§
Source§impl TablePair
impl TablePair
pub fn s_nil_node() -> TablePair
pub fn set_s_nil_node(value: TablePair)
Source§impl TablePair
impl TablePair
Source§impl TablePair
impl TablePair
pub fn get_key_method_info() -> &'static MethodInfo
pub fn set_key_method_info() -> &'static MethodInfo
pub fn get_value_method_info() -> &'static MethodInfo
pub fn set_value_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn get_nil_method_info() -> &'static MethodInfo
pub fn cctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for TablePair
impl ClassIdentity for TablePair
impl Copy for TablePair
Auto Trait Implementations§
impl Freeze for TablePair
impl RefUnwindSafe for TablePair
impl !Send for TablePair
impl !Sync for TablePair
impl Unpin for TablePair
impl UnwindSafe for TablePair
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)