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