Struct ash::vk::SubpassContents
source · #[repr(transparent)]pub struct SubpassContents(_);
Expand description
Implementations§
source§impl SubpassContents
impl SubpassContents
pub const INLINE: Self = _
pub const SECONDARY_COMMAND_BUFFERS: Self = _
Trait Implementations§
source§impl Clone for SubpassContents
impl Clone for SubpassContents
source§fn clone(&self) -> SubpassContents
fn clone(&self) -> SubpassContents
Returns a copy 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 moresource§impl Debug for SubpassContents
impl Debug for SubpassContents
source§impl Default for SubpassContents
impl Default for SubpassContents
source§fn default() -> SubpassContents
fn default() -> SubpassContents
Returns the “default value” for a type. Read more
source§impl Hash for SubpassContents
impl Hash for SubpassContents
source§impl Ord for SubpassContents
impl Ord for SubpassContents
source§fn cmp(&self, other: &SubpassContents) -> Ordering
fn cmp(&self, other: &SubpassContents) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<SubpassContents> for SubpassContents
impl PartialEq<SubpassContents> for SubpassContents
source§fn eq(&self, other: &SubpassContents) -> bool
fn eq(&self, other: &SubpassContents) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<SubpassContents> for SubpassContents
impl PartialOrd<SubpassContents> for SubpassContents
source§fn partial_cmp(&self, other: &SubpassContents) -> Option<Ordering>
fn partial_cmp(&self, other: &SubpassContents) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more