Struct poke_engine::choices::Flags
source · pub struct Flags {Show 22 fields
pub authentic: bool,
pub bite: bool,
pub bullet: bool,
pub charge: bool,
pub contact: bool,
pub dance: bool,
pub defrost: bool,
pub distance: bool,
pub drag: bool,
pub gravity: bool,
pub heal: bool,
pub mirror: bool,
pub mystery: bool,
pub nonsky: bool,
pub powder: bool,
pub protect: bool,
pub pulse: bool,
pub punch: bool,
pub recharge: bool,
pub reflectable: bool,
pub snatch: bool,
pub sound: bool,
}Fields§
§authentic: bool§bite: bool§bullet: bool§charge: bool§contact: bool§dance: bool§defrost: bool§distance: bool§drag: bool§gravity: bool§heal: bool§mirror: bool§mystery: bool§nonsky: bool§powder: bool§protect: bool§pulse: bool§punch: bool§recharge: bool§reflectable: bool§snatch: bool§sound: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Flags
impl RefUnwindSafe for Flags
impl Send for Flags
impl Sync for Flags
impl Unpin for Flags
impl UnwindSafe for Flags
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)