#[repr(C)]pub struct ProfileCardCondition {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl ProfileCardCondition
impl ProfileCardCondition
pub fn uncondition() -> Self
pub fn completed_chapter() -> Self
pub fn completed_game() -> Self
pub fn unit_joined() -> Self
pub fn god_joined() -> Self
pub fn achievement() -> Self
pub fn class_change_first_access() -> Self
pub fn sortie5_times_with_all_unit() -> Self
pub fn reliance_c_all() -> Self
pub fn reliance_a() -> Self
pub fn reliance_s() -> Self
pub fn god_level10() -> Self
pub fn god_level_max() -> Self
pub fn animal_first_capture() -> Self
pub fn hub_facility_first_access() -> Self
pub fn mascot_joined() -> Self
pub fn mascot_point_max() -> Self
pub fn e004_winning_count_satisfied() -> Self
Trait Implementations§
Source§impl ClassIdentity for ProfileCardCondition
impl ClassIdentity for ProfileCardCondition
Source§impl Clone for ProfileCardCondition
impl Clone for ProfileCardCondition
Source§fn clone(&self) -> ProfileCardCondition
fn clone(&self) -> ProfileCardCondition
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 ProfileCardCondition
impl Debug for ProfileCardCondition
Source§impl PartialEq for ProfileCardCondition
impl PartialEq for ProfileCardCondition
impl Copy for ProfileCardCondition
impl Eq for ProfileCardCondition
impl StructuralPartialEq for ProfileCardCondition
Auto Trait Implementations§
impl Freeze for ProfileCardCondition
impl RefUnwindSafe for ProfileCardCondition
impl Send for ProfileCardCondition
impl Sync for ProfileCardCondition
impl Unpin for ProfileCardCondition
impl UnwindSafe for ProfileCardCondition
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)