Struct dae_parser::BindVertexInput [−][src]
pub struct BindVertexInput {
pub semantic: String,
pub input_semantic: String,
pub input_set: Option<u32>,
}
Fields
semantic: String
input_semantic: String
input_set: Option<u32>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BindVertexInput
impl Send for BindVertexInput
impl Sync for BindVertexInput
impl Unpin for BindVertexInput
impl UnwindSafe for BindVertexInput
Blanket Implementations
Mutably borrows from an owned value. Read more