Struct dae_parser::WithSid [−][src]
pub struct WithSid<T> { /* fields omitted */ }Expand description
A struct that attaches an optional SID to a shader parameter.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for WithSid<T> where
    T: RefUnwindSafe, 
impl<T> UnwindSafe for WithSid<T> where
    T: UnwindSafe, 
Blanket Implementations
Mutably borrows from an owned value. Read more