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