Struct eos_rs::ffi::status_icon_flags
source · #[repr(C)]pub struct status_icon_flags {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 5]>,
pub field_0x5: undefined,
pub field_0x6: undefined,
pub field_0x7: undefined,
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 5]>
§field_0x5: undefined
§field_0x6: undefined
§field_0x7: undefined
Implementations§
source§impl status_icon_flags
impl status_icon_flags
pub fn f_sleepless(&self) -> bool_
pub fn set_f_sleepless(&mut self, val: bool_)
pub fn f_burn(&self) -> bool_
pub fn set_f_burn(&mut self, val: bool_)
pub fn f_poison(&self) -> bool_
pub fn set_f_poison(&mut self, val: bool_)
pub fn f_toxic(&self) -> bool_
pub fn set_f_toxic(&mut self, val: bool_)
pub fn f_confused(&self) -> bool_
pub fn set_f_confused(&mut self, val: bool_)
pub fn f_cowering(&self) -> bool_
pub fn set_f_cowering(&mut self, val: bool_)
pub fn f_taunt(&self) -> bool_
pub fn set_f_taunt(&mut self, val: bool_)
pub fn f_encore(&self) -> bool_
pub fn set_f_encore(&mut self, val: bool_)
pub fn f_reflect(&self) -> bool_
pub fn set_f_reflect(&mut self, val: bool_)
pub fn f_safeguard(&self) -> bool_
pub fn set_f_safeguard(&mut self, val: bool_)
pub fn f_light_screen(&self) -> bool_
pub fn set_f_light_screen(&mut self, val: bool_)
pub fn f_protect(&self) -> bool_
pub fn set_f_protect(&mut self, val: bool_)
pub fn f_endure(&self) -> bool_
pub fn set_f_endure(&mut self, val: bool_)
pub fn f_low_hp(&self) -> bool_
pub fn set_f_low_hp(&mut self, val: bool_)
pub fn f_curse(&self) -> bool_
pub fn set_f_curse(&mut self, val: bool_)
pub fn f_embargo(&self) -> bool_
pub fn set_f_embargo(&mut self, val: bool_)
pub fn f_sure_shot(&self) -> bool_
pub fn set_f_sure_shot(&mut self, val: bool_)
pub fn f_whiffer(&self) -> bool_
pub fn set_f_whiffer(&mut self, val: bool_)
pub fn f_set_damage(&self) -> bool_
pub fn set_f_set_damage(&mut self, val: bool_)
pub fn f_focus_energy(&self) -> bool_
pub fn set_f_focus_energy(&mut self, val: bool_)
pub fn f_blinded(&self) -> bool_
pub fn set_f_blinded(&mut self, val: bool_)
pub fn f_cross_eyed(&self) -> bool_
pub fn set_f_cross_eyed(&mut self, val: bool_)
pub fn f_eyedrops(&self) -> bool_
pub fn set_f_eyedrops(&mut self, val: bool_)
pub fn f_muzzled(&self) -> bool_
pub fn set_f_muzzled(&mut self, val: bool_)
pub fn f_grudge(&self) -> bool_
pub fn set_f_grudge(&mut self, val: bool_)
pub fn f_exposed(&self) -> bool_
pub fn set_f_exposed(&mut self, val: bool_)
pub fn f_sleep(&self) -> bool_
pub fn set_f_sleep(&mut self, val: bool_)
pub fn f_lowered_stat(&self) -> bool_
pub fn set_f_lowered_stat(&mut self, val: bool_)
pub fn f_heal_block(&self) -> bool_
pub fn set_f_heal_block(&mut self, val: bool_)
pub fn f_miracle_eye(&self) -> bool_
pub fn set_f_miracle_eye(&mut self, val: bool_)
pub fn f_red_exclamation_mark(&self) -> bool_
pub fn set_f_red_exclamation_mark(&mut self, val: bool_)
pub fn f_magnet_rise(&self) -> bool_
pub fn set_f_magnet_rise(&mut self, val: bool_)
pub fn f_freeze(&self) -> bool_
pub fn set_f_freeze(&mut self, val: bool_)
pub fn flags_unk2(&self) -> u8
pub fn set_flags_unk2(&mut self, val: u8)
pub fn new_bitfield_1( f_sleepless: bool_, f_burn: bool_, f_poison: bool_, f_toxic: bool_, f_confused: bool_, f_cowering: bool_, f_taunt: bool_, f_encore: bool_, f_reflect: bool_, f_safeguard: bool_, f_light_screen: bool_, f_protect: bool_, f_endure: bool_, f_low_hp: bool_, f_curse: bool_, f_embargo: bool_, f_sure_shot: bool_, f_whiffer: bool_, f_set_damage: bool_, f_focus_energy: bool_, f_blinded: bool_, f_cross_eyed: bool_, f_eyedrops: bool_, f_muzzled: bool_, f_grudge: bool_, f_exposed: bool_, f_sleep: bool_, f_lowered_stat: bool_, f_heal_block: bool_, f_miracle_eye: bool_, f_red_exclamation_mark: bool_, f_magnet_rise: bool_, f_freeze: bool_, flags_unk2: u8 ) -> __BindgenBitfieldUnit<[u8; 5]>
Auto Trait Implementations§
impl RefUnwindSafe for status_icon_flags
impl Send for status_icon_flags
impl Sync for status_icon_flags
impl Unpin for status_icon_flags
impl UnwindSafe for status_icon_flags
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
source§impl<T> CheckedAs for T
impl<T> CheckedAs for T
source§fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst>where T: CheckedCast<Dst>,
Casts the value.
source§impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere Src: CheckedCast<Dst>,
source§fn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere U: From<T>,
source§impl<Src, Dst> LosslessTryInto<Dst> for Srcwhere
Dst: LosslessTryFrom<Src>,
impl<Src, Dst> LosslessTryInto<Dst> for Srcwhere Dst: LosslessTryFrom<Src>,
source§fn lossless_try_into(self) -> Option<Dst>
fn lossless_try_into(self) -> Option<Dst>
Performs the conversion.
source§impl<Src, Dst> LossyInto<Dst> for Srcwhere
Dst: LossyFrom<Src>,
impl<Src, Dst> LossyInto<Dst> for Srcwhere Dst: LossyFrom<Src>,
source§fn lossy_into(self) -> Dst
fn lossy_into(self) -> Dst
Performs the conversion.
source§impl<T> OverflowingAs for T
impl<T> OverflowingAs for T
source§fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool)where T: OverflowingCast<Dst>,
Casts the value.
source§impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere Src: OverflowingCast<Dst>,
source§fn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
Casts the value.
source§impl<T> SaturatingAs for T
impl<T> SaturatingAs for T
source§fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dstwhere T: SaturatingCast<Dst>,
Casts the value.
source§impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere Src: SaturatingCast<Dst>,
source§fn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
§impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
impl<T, U> TryFrom<U> for Twhere U: Into<T>,
§impl<T, U> TryInto<U> for Twhere
U: TryFrom<T>,
impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,
source§impl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
source§fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dstwhere T: UnwrappedCast<Dst>,
Casts the value.
source§impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere Src: UnwrappedCast<Dst>,
source§fn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
Casts the value.
source§impl<T> WrappingAs for T
impl<T> WrappingAs for T
source§fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dstwhere T: WrappingCast<Dst>,
Casts the value.
source§impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere Src: WrappingCast<Dst>,
source§fn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
Casts the value.