pub struct AttribModFX {
pub continuing_bits: Vec<u32>,
pub continuing_fx: String,
pub conditional_bits: Vec<u32>,
pub conditional_fx: String,
}
Fields§
§continuing_bits: Vec<u32>
§continuing_fx: String
§conditional_bits: Vec<u32>
§conditional_fx: String
Trait Implementations§
Source§impl Debug for AttribModFX
impl Debug for AttribModFX
Source§impl<'de> Deserialize<'de> for AttribModFX
impl<'de> Deserialize<'de> for AttribModFX
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AttribModFX
impl RefUnwindSafe for AttribModFX
impl Send for AttribModFX
impl Sync for AttribModFX
impl Unpin for AttribModFX
impl UnwindSafe for AttribModFX
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