Struct screen_13::driver::VertexInputState
source · [−]pub struct VertexInputState {
pub vertex_binding_descriptions: Vec<VertexInputBindingDescription>,
pub vertex_attribute_descriptions: Vec<VertexInputAttributeDescription>,
}Fields
vertex_binding_descriptions: Vec<VertexInputBindingDescription>vertex_attribute_descriptions: Vec<VertexInputAttributeDescription>Trait Implementations
sourceimpl Debug for VertexInputState
impl Debug for VertexInputState
sourceimpl Default for VertexInputState
impl Default for VertexInputState
sourcefn default() -> VertexInputState
fn default() -> VertexInputState
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VertexInputState
impl Send for VertexInputState
impl Sync for VertexInputState
impl Unpin for VertexInputState
impl UnwindSafe for VertexInputState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more