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