#[repr(C)]pub struct MapHistory_ReplayType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapHistory_ReplayType
impl MapHistory_ReplayType
pub fn phase_begin() -> Self
pub fn phase_next() -> Self
pub fn mind() -> Self
pub fn engage() -> Self
pub fn god_change() -> Self
pub fn unit_item_list() -> Self
pub fn surrender() -> Self
Trait Implementations§
Source§impl Clone for MapHistory_ReplayType
impl Clone for MapHistory_ReplayType
Source§fn clone(&self) -> MapHistory_ReplayType
fn clone(&self) -> MapHistory_ReplayType
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 MapHistory_ReplayType
impl Debug for MapHistory_ReplayType
Source§impl PartialEq for MapHistory_ReplayType
impl PartialEq for MapHistory_ReplayType
impl Copy for MapHistory_ReplayType
impl Eq for MapHistory_ReplayType
impl StructuralPartialEq for MapHistory_ReplayType
Auto Trait Implementations§
impl Freeze for MapHistory_ReplayType
impl RefUnwindSafe for MapHistory_ReplayType
impl Send for MapHistory_ReplayType
impl Sync for MapHistory_ReplayType
impl Unpin for MapHistory_ReplayType
impl UnwindSafe for MapHistory_ReplayType
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)