#[repr(C)]pub struct SortieEntrustProgress {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl SortieEntrustProgress
impl SortieEntrustProgress
pub fn basic1() -> Self
pub fn basic2() -> Self
pub fn basic3() -> Self
pub fn enhance_person() -> Self
pub fn rod_low() -> Self
pub fn rod_high() -> Self
pub fn range1() -> Self
pub fn range2() -> Self
pub fn special1() -> Self
pub fn special2() -> Self
pub fn sub1() -> Self
pub fn sub2() -> Self
pub fn shield() -> Self
pub fn accessory() -> Self
pub fn enhance() -> Self
pub fn vulnerary() -> Self
pub fn end() -> Self
Trait Implementations§
Source§impl Clone for SortieEntrustProgress
impl Clone for SortieEntrustProgress
Source§fn clone(&self) -> SortieEntrustProgress
fn clone(&self) -> SortieEntrustProgress
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 SortieEntrustProgress
impl Debug for SortieEntrustProgress
Source§impl PartialEq for SortieEntrustProgress
impl PartialEq for SortieEntrustProgress
impl Copy for SortieEntrustProgress
impl Eq for SortieEntrustProgress
impl StructuralPartialEq for SortieEntrustProgress
Auto Trait Implementations§
impl Freeze for SortieEntrustProgress
impl RefUnwindSafe for SortieEntrustProgress
impl Send for SortieEntrustProgress
impl Sync for SortieEntrustProgress
impl Unpin for SortieEntrustProgress
impl UnwindSafe for SortieEntrustProgress
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)