#[repr(C)]pub struct PipelineSampleLocationsStateCreateInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub sampleLocationsEnable: Bool32,
pub sampleLocationsInfo: SampleLocationsInfoEXT,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§sampleLocationsEnable: Bool32
§sampleLocationsInfo: SampleLocationsInfoEXT
Trait Implementations§
Source§impl Clone for PipelineSampleLocationsStateCreateInfoEXT
impl Clone for PipelineSampleLocationsStateCreateInfoEXT
Source§fn clone(&self) -> PipelineSampleLocationsStateCreateInfoEXT
fn clone(&self) -> PipelineSampleLocationsStateCreateInfoEXT
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 PipelineSampleLocationsStateCreateInfoEXT
Auto Trait Implementations§
impl Freeze for PipelineSampleLocationsStateCreateInfoEXT
impl RefUnwindSafe for PipelineSampleLocationsStateCreateInfoEXT
impl !Send for PipelineSampleLocationsStateCreateInfoEXT
impl !Sync for PipelineSampleLocationsStateCreateInfoEXT
impl Unpin for PipelineSampleLocationsStateCreateInfoEXT
impl UnwindSafe for PipelineSampleLocationsStateCreateInfoEXT
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