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