#[repr(C)]pub struct SubpassSampleLocationsEXT {
pub subpass_index: u32,
pub sample_locations_info: SampleLocationsInfoEXT,
}Expand description
Fields§
§subpass_index: u32§sample_locations_info: 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 (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 SubpassSampleLocationsEXT
Source§impl Debug for SubpassSampleLocationsEXT
impl Debug for SubpassSampleLocationsEXT
Source§impl Default for SubpassSampleLocationsEXT
impl Default for SubpassSampleLocationsEXT
Source§fn default() -> SubpassSampleLocationsEXT
fn default() -> SubpassSampleLocationsEXT
Returns the “default value” for a type. Read more
impl Eq for SubpassSampleLocationsEXT
Source§impl Hash for SubpassSampleLocationsEXT
impl Hash for SubpassSampleLocationsEXT
Source§impl PartialEq for SubpassSampleLocationsEXT
impl PartialEq for SubpassSampleLocationsEXT
Source§fn eq(&self, other: &SubpassSampleLocationsEXT) -> bool
fn eq(&self, other: &SubpassSampleLocationsEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq 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 UnsafeUnpin 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