Struct vk_sys::VertexInputAttributeDescription
source · #[repr(C)]pub struct VertexInputAttributeDescription {
pub location: u32,
pub binding: u32,
pub format: Format,
pub offset: u32,
}
Fields§
§location: u32
§binding: u32
§format: Format
§offset: u32
Auto Trait Implementations§
impl Freeze for VertexInputAttributeDescription
impl RefUnwindSafe for VertexInputAttributeDescription
impl Send for VertexInputAttributeDescription
impl Sync for VertexInputAttributeDescription
impl Unpin for VertexInputAttributeDescription
impl UnwindSafe for VertexInputAttributeDescription
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