#[repr(C)]pub struct AICrossfire_PositionTable {
pub m_x: i8,
pub m_z: i8,
pub m_range: i8,
}Expand description
Fields§
§m_x: i8§m_z: i8§m_range: i8Implementations§
Source§impl AICrossfire_PositionTable
impl AICrossfire_PositionTable
pub fn ctor_method_info() -> &'static MethodInfo
pub fn is_far_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for AICrossfire_PositionTable
impl Clone for AICrossfire_PositionTable
Source§fn clone(&self) -> AICrossfire_PositionTable
fn clone(&self) -> AICrossfire_PositionTable
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 AICrossfire_PositionTable
Auto Trait Implementations§
impl Freeze for AICrossfire_PositionTable
impl RefUnwindSafe for AICrossfire_PositionTable
impl Send for AICrossfire_PositionTable
impl Sync for AICrossfire_PositionTable
impl Unpin for AICrossfire_PositionTable
impl UnwindSafe for AICrossfire_PositionTable
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)