#[repr(C)]pub struct VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub fragmentShaderBarycentric: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§fragmentShaderBarycentric: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR
impl Clone for VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR
Source§fn clone(&self) -> VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR
fn clone(&self) -> VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR
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 VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR
impl RefUnwindSafe for VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR
impl !Send for VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR
impl !Sync for VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR
impl Unpin for VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR
impl UnwindSafe for VkPhysicalDeviceFragmentShaderBarycentricFeaturesKHR
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