#[repr(C)]pub struct SampleLocationsInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub sample_locations_per_pixel: SampleCountFlags,
pub sample_location_grid_size: Extent2D,
pub sample_locations_count: u32,
pub sample_locations: *const SampleLocationEXT,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§sample_locations_per_pixel: SampleCountFlags§sample_location_grid_size: Extent2D§sample_locations_count: u32§sample_locations: *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 (const: unstable) · 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
Source§impl Debug for SampleLocationsInfoEXT
impl Debug for SampleLocationsInfoEXT
Source§impl Default for SampleLocationsInfoEXT
impl Default for SampleLocationsInfoEXT
impl Eq for SampleLocationsInfoEXT
Source§impl Hash for SampleLocationsInfoEXT
impl Hash for SampleLocationsInfoEXT
Source§impl PartialEq for SampleLocationsInfoEXT
impl PartialEq for SampleLocationsInfoEXT
Source§fn eq(&self, other: &SampleLocationsInfoEXT) -> bool
fn eq(&self, other: &SampleLocationsInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for SampleLocationsInfoEXT
impl StructuralPartialEq for SampleLocationsInfoEXT
impl Sync for SampleLocationsInfoEXT
Auto Trait Implementations§
impl Freeze for SampleLocationsInfoEXT
impl RefUnwindSafe for SampleLocationsInfoEXT
impl Unpin for SampleLocationsInfoEXT
impl UnsafeUnpin 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