#[repr(C)]pub struct AIOrder_UnitPriority {
pub number: i32,
pub priority: u32,
}Expand description
Fields§
§number: i32§priority: u32Implementations§
Source§impl AIOrder_UnitPriority
impl AIOrder_UnitPriority
Sourcepub fn op_less_than_or_equal(
a: impl Into<AIOrder_UnitPriority>,
b: impl Into<AIOrder_UnitPriority>,
) -> bool
pub fn op_less_than_or_equal( a: impl Into<AIOrder_UnitPriority>, b: impl Into<AIOrder_UnitPriority>, ) -> bool
op_LessThanOrEqual(crate::app::aiorder::AIOrder_UnitPriority, crate::app::aiorder::AIOrder_UnitPriority) overload
Sourcepub fn op_greater_than_or_equal(
a: impl Into<AIOrder_UnitPriority>,
b: impl Into<AIOrder_UnitPriority>,
) -> bool
pub fn op_greater_than_or_equal( a: impl Into<AIOrder_UnitPriority>, b: impl Into<AIOrder_UnitPriority>, ) -> bool
op_GreaterThanOrEqual(crate::app::aiorder::AIOrder_UnitPriority, crate::app::aiorder::AIOrder_UnitPriority) overload
Source§impl AIOrder_UnitPriority
impl AIOrder_UnitPriority
pub fn op_less_than_or_equal_method_info() -> &'static MethodInfo
pub fn op_greater_than_or_equal_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for AIOrder_UnitPriority
impl ClassIdentity for AIOrder_UnitPriority
Source§impl Clone for AIOrder_UnitPriority
impl Clone for AIOrder_UnitPriority
Source§fn clone(&self) -> AIOrder_UnitPriority
fn clone(&self) -> AIOrder_UnitPriority
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 AIOrder_UnitPriority
Auto Trait Implementations§
impl Freeze for AIOrder_UnitPriority
impl RefUnwindSafe for AIOrder_UnitPriority
impl Send for AIOrder_UnitPriority
impl Sync for AIOrder_UnitPriority
impl Unpin for AIOrder_UnitPriority
impl UnwindSafe for AIOrder_UnitPriority
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)