#[repr(C)]pub struct MapMind_Record {
pub type: MapMind_Type,
pub main: MapMind_Record_Value,
pub link: MapMind_Record_Value,
}Expand description
Fields§
§type: MapMind_Type§main: MapMind_Record_Value§link: MapMind_Record_ValueImplementations§
Source§impl MapMind_Record
impl MapMind_Record
pub fn ctor_method_info() -> &'static MethodInfo
pub fn cancel_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for MapMind_Record
impl ClassIdentity for MapMind_Record
Source§impl Clone for MapMind_Record
impl Clone for MapMind_Record
Source§fn clone(&self) -> MapMind_Record
fn clone(&self) -> MapMind_Record
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MapMind_Record
Auto Trait Implementations§
impl Freeze for MapMind_Record
impl RefUnwindSafe for MapMind_Record
impl !Send for MapMind_Record
impl !Sync for MapMind_Record
impl Unpin for MapMind_Record
impl UnwindSafe for MapMind_Record
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)