#[repr(C)]pub struct VertexInputAttributeDescription2EXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub location: u32,
pub binding: u32,
pub format: Format,
pub offset: u32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§location: u32
§binding: u32
§format: Format
§offset: u32
Trait Implementations§
Source§impl Clone for VertexInputAttributeDescription2EXT
impl Clone for VertexInputAttributeDescription2EXT
Source§fn clone(&self) -> VertexInputAttributeDescription2EXT
fn clone(&self) -> VertexInputAttributeDescription2EXT
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 VertexInputAttributeDescription2EXT
Auto Trait Implementations§
impl Freeze for VertexInputAttributeDescription2EXT
impl RefUnwindSafe for VertexInputAttributeDescription2EXT
impl !Send for VertexInputAttributeDescription2EXT
impl !Sync for VertexInputAttributeDescription2EXT
impl Unpin for VertexInputAttributeDescription2EXT
impl UnwindSafe for VertexInputAttributeDescription2EXT
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