pub struct AHDEnv {
pub dest: u8,
pub amount: u8,
pub attack: u8,
pub hold: u8,
pub decay: u8,
}
Fields§
§dest: u8
§amount: u8
§attack: u8
§hold: u8
§decay: u8
Implementations§
Trait Implementations§
Source§impl DescribableWithDictionary for AHDEnv
impl DescribableWithDictionary for AHDEnv
fn describe_with_dic<PG: ParameterGatherer>( &self, pg: PG, dests: &[&'static str], _ver: Version, ) -> PG
impl StructuralPartialEq for AHDEnv
Auto Trait Implementations§
impl Freeze for AHDEnv
impl RefUnwindSafe for AHDEnv
impl Send for AHDEnv
impl Sync for AHDEnv
impl Unpin for AHDEnv
impl UnwindSafe for AHDEnv
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