#[repr(C)]pub struct VertexInputBindingDescription2EXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub binding: u32,
pub stride: u32,
pub inputRate: VertexInputRate,
pub divisor: u32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§binding: u32
§stride: u32
§inputRate: VertexInputRate
§divisor: u32
Trait Implementations§
Source§impl Clone for VertexInputBindingDescription2EXT
impl Clone for VertexInputBindingDescription2EXT
Source§fn clone(&self) -> VertexInputBindingDescription2EXT
fn clone(&self) -> VertexInputBindingDescription2EXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VertexInputBindingDescription2EXT
Auto Trait Implementations§
impl Freeze for VertexInputBindingDescription2EXT
impl RefUnwindSafe for VertexInputBindingDescription2EXT
impl !Send for VertexInputBindingDescription2EXT
impl !Sync for VertexInputBindingDescription2EXT
impl Unpin for VertexInputBindingDescription2EXT
impl UnwindSafe for VertexInputBindingDescription2EXT
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