Struct vulkanalia::vk::SubpassSampleLocationsEXT[][src]

#[repr(C)]pub struct SubpassSampleLocationsEXT {
    pub subpass_index: u32,
    pub sample_locations_info: SampleLocationsInfoEXT,
}

Fields

subpass_index: u32sample_locations_info: SampleLocationsInfoEXT

Trait Implementations

impl Cast for SubpassSampleLocationsEXT[src]

type Target = SubpassSampleLocationsEXT

The other type this type type can be used interchangeably with in FFI.

impl Clone for SubpassSampleLocationsEXT[src]

impl Copy for SubpassSampleLocationsEXT[src]

impl Debug for SubpassSampleLocationsEXT[src]

impl Default for SubpassSampleLocationsEXT[src]

impl Eq for SubpassSampleLocationsEXT[src]

impl<'b> HasBuilder<'b> for SubpassSampleLocationsEXT[src]

type Builder = SubpassSampleLocationsEXTBuilder<'b>

The associated builder for this type.

impl Hash for SubpassSampleLocationsEXT[src]

impl PartialEq<SubpassSampleLocationsEXT> for SubpassSampleLocationsEXT[src]

impl StructuralEq for SubpassSampleLocationsEXT[src]

impl StructuralPartialEq for SubpassSampleLocationsEXT[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.