#[repr(C)]pub struct VkConvertCooperativeVectorMatrixInfoNV {Show 14 fields
pub sType: VkStructureType,
pub pNext: *const c_void,
pub srcSize: usize,
pub srcData: VkDeviceOrHostAddressConstKHR,
pub pDstSize: *mut usize,
pub dstData: VkDeviceOrHostAddressKHR,
pub srcComponentType: VkComponentTypeKHR,
pub dstComponentType: VkComponentTypeKHR,
pub numRows: u32,
pub numColumns: u32,
pub srcLayout: VkCooperativeVectorMatrixLayoutNV,
pub srcStride: usize,
pub dstLayout: VkCooperativeVectorMatrixLayoutNV,
pub dstStride: usize,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§srcSize: usize
§srcData: VkDeviceOrHostAddressConstKHR
§pDstSize: *mut usize
§dstData: VkDeviceOrHostAddressKHR
§srcComponentType: VkComponentTypeKHR
§dstComponentType: VkComponentTypeKHR
§numRows: u32
§numColumns: u32
§srcLayout: VkCooperativeVectorMatrixLayoutNV
§srcStride: usize
§dstLayout: VkCooperativeVectorMatrixLayoutNV
§dstStride: usize
Trait Implementations§
Source§impl Clone for VkConvertCooperativeVectorMatrixInfoNV
impl Clone for VkConvertCooperativeVectorMatrixInfoNV
Source§fn clone(&self) -> VkConvertCooperativeVectorMatrixInfoNV
fn clone(&self) -> VkConvertCooperativeVectorMatrixInfoNV
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 VkConvertCooperativeVectorMatrixInfoNV
Auto Trait Implementations§
impl Freeze for VkConvertCooperativeVectorMatrixInfoNV
impl RefUnwindSafe for VkConvertCooperativeVectorMatrixInfoNV
impl !Send for VkConvertCooperativeVectorMatrixInfoNV
impl !Sync for VkConvertCooperativeVectorMatrixInfoNV
impl Unpin for VkConvertCooperativeVectorMatrixInfoNV
impl UnwindSafe for VkConvertCooperativeVectorMatrixInfoNV
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