#[repr(C)]pub struct VkSubpassSampleLocationsEXT {
pub subpassIndex: u32,
pub sampleLocationsInfo: VkSampleLocationsInfoEXT,
}
Fields§
§subpassIndex: u32
§sampleLocationsInfo: VkSampleLocationsInfoEXT
Trait Implementations§
Source§impl Clone for VkSubpassSampleLocationsEXT
impl Clone for VkSubpassSampleLocationsEXT
Source§fn clone(&self) -> VkSubpassSampleLocationsEXT
fn clone(&self) -> VkSubpassSampleLocationsEXT
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 VkSubpassSampleLocationsEXT
Auto Trait Implementations§
impl Freeze for VkSubpassSampleLocationsEXT
impl RefUnwindSafe for VkSubpassSampleLocationsEXT
impl !Send for VkSubpassSampleLocationsEXT
impl !Sync for VkSubpassSampleLocationsEXT
impl Unpin for VkSubpassSampleLocationsEXT
impl UnwindSafe for VkSubpassSampleLocationsEXT
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