#[repr(C)]pub struct HubUtil_ConditionType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl HubUtil_ConditionType
impl HubUtil_ConditionType
pub fn morning() -> Self
pub fn day() -> Self
pub fn evening() -> Self
pub fn night() -> Self
pub fn weapon_opened() -> Self
pub fn item_opened() -> Self
pub fn refinement_opened() -> Self
pub fn accessory_opened() -> Self
pub fn tent1() -> Self
pub fn tent2() -> Self
pub fn tent3() -> Self
pub fn fire() -> Self
pub fn fortune_hut_opened() -> Self
pub fn flea_market() -> Self
pub fn statue() -> Self
pub fn pool_circle_swim() -> Self
Trait Implementations§
Source§impl Clone for HubUtil_ConditionType
impl Clone for HubUtil_ConditionType
Source§fn clone(&self) -> HubUtil_ConditionType
fn clone(&self) -> HubUtil_ConditionType
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 HubUtil_ConditionType
impl Debug for HubUtil_ConditionType
Source§impl PartialEq for HubUtil_ConditionType
impl PartialEq for HubUtil_ConditionType
impl Copy for HubUtil_ConditionType
impl Eq for HubUtil_ConditionType
impl StructuralPartialEq for HubUtil_ConditionType
Auto Trait Implementations§
impl Freeze for HubUtil_ConditionType
impl RefUnwindSafe for HubUtil_ConditionType
impl Send for HubUtil_ConditionType
impl Sync for HubUtil_ConditionType
impl Unpin for HubUtil_ConditionType
impl UnwindSafe for HubUtil_ConditionType
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)