#[repr(C)]pub struct VertexInputAttributeDescription2EXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub location: u32,
pub binding: u32,
pub format: Format,
pub offset: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidlocation: u32binding: u32format: Formatoffset: u32Implementations
sourceimpl VertexInputAttributeDescription2EXT
impl VertexInputAttributeDescription2EXT
pub fn builder<'a>() -> VertexInputAttributeDescription2EXTBuilder<'a>
Trait Implementations
sourceimpl Clone for VertexInputAttributeDescription2EXT
impl Clone for VertexInputAttributeDescription2EXT
sourcefn clone(&self) -> VertexInputAttributeDescription2EXT
fn clone(&self) -> VertexInputAttributeDescription2EXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for VertexInputAttributeDescription2EXT
impl Default for VertexInputAttributeDescription2EXT
sourcefn default() -> VertexInputAttributeDescription2EXT
fn default() -> VertexInputAttributeDescription2EXT
Returns the “default value” for a type. Read more
impl Copy for VertexInputAttributeDescription2EXT
Auto Trait Implementations
impl RefUnwindSafe for VertexInputAttributeDescription2EXT
impl !Send for VertexInputAttributeDescription2EXT
impl !Sync for VertexInputAttributeDescription2EXT
impl Unpin for VertexInputAttributeDescription2EXT
impl UnwindSafe for VertexInputAttributeDescription2EXT
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