#[repr(C)]pub struct VkRenderPassSampleLocationsBeginInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub attachmentInitialSampleLocationsCount: u32,
pub pAttachmentInitialSampleLocations: *const VkAttachmentSampleLocationsEXT,
pub postSubpassSampleLocationsCount: u32,
pub pPostSubpassSampleLocations: *const VkSubpassSampleLocationsEXT,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§attachmentInitialSampleLocationsCount: u32
§pAttachmentInitialSampleLocations: *const VkAttachmentSampleLocationsEXT
§postSubpassSampleLocationsCount: u32
§pPostSubpassSampleLocations: *const VkSubpassSampleLocationsEXT
Trait Implementations§
Source§impl Clone for VkRenderPassSampleLocationsBeginInfoEXT
impl Clone for VkRenderPassSampleLocationsBeginInfoEXT
Source§fn clone(&self) -> VkRenderPassSampleLocationsBeginInfoEXT
fn clone(&self) -> VkRenderPassSampleLocationsBeginInfoEXT
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 VkRenderPassSampleLocationsBeginInfoEXT
Auto Trait Implementations§
impl Freeze for VkRenderPassSampleLocationsBeginInfoEXT
impl RefUnwindSafe for VkRenderPassSampleLocationsBeginInfoEXT
impl !Send for VkRenderPassSampleLocationsBeginInfoEXT
impl !Sync for VkRenderPassSampleLocationsBeginInfoEXT
impl Unpin for VkRenderPassSampleLocationsBeginInfoEXT
impl UnwindSafe for VkRenderPassSampleLocationsBeginInfoEXT
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