#[repr(C)]pub struct MapInfoGaugeSubLocatorRoot_Parts {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapInfoGaugeSubLocatorRoot_Parts
impl MapInfoGaugeSubLocatorRoot_Parts
pub fn weapon() -> Self
pub fn break() -> Self
pub fn rod() -> Self
pub fn balloon() -> Self
pub fn fade_balloon() -> Self
pub fn relay_exit() -> Self
pub fn skill_effect() -> Self
pub fn fade_skill_effect() -> Self
pub fn drop_item() -> Self
pub fn god_face() -> Self
pub fn engage_count() -> Self
pub fn shine_engage_count() -> Self
pub fn count_max_effect() -> Self
pub fn hp_gauge_base() -> Self
pub fn hp_gauge_front() -> Self
pub fn hp_gauge_damage() -> Self
pub fn hp_gauge_shine_damage() -> Self
pub fn hp_gauge_frame() -> Self
pub fn hp_stock0() -> Self
pub fn hp_stock1() -> Self
pub fn hp_stock2() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl Clone for MapInfoGaugeSubLocatorRoot_Parts
impl Clone for MapInfoGaugeSubLocatorRoot_Parts
Source§fn clone(&self) -> MapInfoGaugeSubLocatorRoot_Parts
fn clone(&self) -> MapInfoGaugeSubLocatorRoot_Parts
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 MapInfoGaugeSubLocatorRoot_Parts
impl Debug for MapInfoGaugeSubLocatorRoot_Parts
Source§impl PartialEq for MapInfoGaugeSubLocatorRoot_Parts
impl PartialEq for MapInfoGaugeSubLocatorRoot_Parts
impl Copy for MapInfoGaugeSubLocatorRoot_Parts
impl Eq for MapInfoGaugeSubLocatorRoot_Parts
impl StructuralPartialEq for MapInfoGaugeSubLocatorRoot_Parts
Auto Trait Implementations§
impl Freeze for MapInfoGaugeSubLocatorRoot_Parts
impl RefUnwindSafe for MapInfoGaugeSubLocatorRoot_Parts
impl Send for MapInfoGaugeSubLocatorRoot_Parts
impl Sync for MapInfoGaugeSubLocatorRoot_Parts
impl Unpin for MapInfoGaugeSubLocatorRoot_Parts
impl UnwindSafe for MapInfoGaugeSubLocatorRoot_Parts
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)