Struct dae_parser::TechniqueFx [−][src]
pub struct TechniqueFx<T> {
pub id: Option<String>,
pub sid: String,
pub asset: Option<Box<Asset>>,
pub data: T,
pub extra: Vec<Extra>,
}
Fields
id: Option<String>
sid: String
asset: Option<Box<Asset>>
data: T
extra: Vec<Extra>
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for TechniqueFx<T> where
T: RefUnwindSafe,
impl<T> Send for TechniqueFx<T> where
T: Send,
impl<T> Sync for TechniqueFx<T> where
T: Sync,
impl<T> Unpin for TechniqueFx<T> where
T: Unpin,
impl<T> UnwindSafe for TechniqueFx<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more