#[repr(C)]pub struct VkPhysicalDeviceSampleLocationsPropertiesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub sampleLocationSampleCounts: VkSampleCountFlags,
pub maxSampleLocationGridSize: VkExtent2D,
pub sampleLocationCoordinateRange: [f32; 2],
pub sampleLocationSubPixelBits: u32,
pub variableSampleLocations: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§sampleLocationSampleCounts: VkSampleCountFlags
§maxSampleLocationGridSize: VkExtent2D
§sampleLocationCoordinateRange: [f32; 2]
§sampleLocationSubPixelBits: u32
§variableSampleLocations: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceSampleLocationsPropertiesEXT
impl Clone for VkPhysicalDeviceSampleLocationsPropertiesEXT
Source§fn clone(&self) -> VkPhysicalDeviceSampleLocationsPropertiesEXT
fn clone(&self) -> VkPhysicalDeviceSampleLocationsPropertiesEXT
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 VkPhysicalDeviceSampleLocationsPropertiesEXT
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceSampleLocationsPropertiesEXT
impl RefUnwindSafe for VkPhysicalDeviceSampleLocationsPropertiesEXT
impl !Send for VkPhysicalDeviceSampleLocationsPropertiesEXT
impl !Sync for VkPhysicalDeviceSampleLocationsPropertiesEXT
impl Unpin for VkPhysicalDeviceSampleLocationsPropertiesEXT
impl UnwindSafe for VkPhysicalDeviceSampleLocationsPropertiesEXT
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