#[repr(C)]pub struct SampleLocationsInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub sampleLocationsPerPixel: SampleCountFlagBits,
pub sampleLocationGridSize: Extent2D,
pub sampleLocationsCount: u32,
pub pSampleLocations: *const SampleLocationEXT,
}Fields§
§sType: StructureType§pNext: *const c_void§sampleLocationsPerPixel: SampleCountFlagBits§sampleLocationGridSize: Extent2D§sampleLocationsCount: u32§pSampleLocations: *const SampleLocationEXTTrait Implementations§
Source§impl Clone for SampleLocationsInfoEXT
impl Clone for SampleLocationsInfoEXT
Source§fn clone(&self) -> SampleLocationsInfoEXT
fn clone(&self) -> SampleLocationsInfoEXT
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 SampleLocationsInfoEXT
Auto Trait Implementations§
impl Freeze for SampleLocationsInfoEXT
impl RefUnwindSafe for SampleLocationsInfoEXT
impl !Send for SampleLocationsInfoEXT
impl !Sync for SampleLocationsInfoEXT
impl Unpin for SampleLocationsInfoEXT
impl UnwindSafe for SampleLocationsInfoEXT
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