Struct ash::vk::SubpassContents
source · pub struct SubpassContents(/* private fields */);
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 for SubpassContents
impl PartialEq 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 for SubpassContents
impl PartialOrd 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 moreimpl Copy for SubpassContents
impl Eq for SubpassContents
impl StructuralPartialEq for SubpassContents
Auto Trait Implementations§
impl Freeze for SubpassContents
impl RefUnwindSafe for SubpassContents
impl Send for SubpassContents
impl Sync for SubpassContents
impl Unpin for SubpassContents
impl UnwindSafe for SubpassContents
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