#[repr(C)]pub struct MapMind_Done {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl ClassIdentity for MapMind_Done
impl ClassIdentity for MapMind_Done
Source§impl Clone for MapMind_Done
impl Clone for MapMind_Done
Source§fn clone(&self) -> MapMind_Done
fn clone(&self) -> MapMind_Done
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 moreSource§impl Debug for MapMind_Done
impl Debug for MapMind_Done
Source§impl PartialEq for MapMind_Done
impl PartialEq for MapMind_Done
impl Copy for MapMind_Done
impl Eq for MapMind_Done
impl IBitFieldTemplate32_1<MapMind_Done> for MapMind_DoneField
impl StructuralPartialEq for MapMind_Done
Auto Trait Implementations§
impl Freeze for MapMind_Done
impl RefUnwindSafe for MapMind_Done
impl Send for MapMind_Done
impl Sync for MapMind_Done
impl Unpin for MapMind_Done
impl UnwindSafe for MapMind_Done
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)