Struct ash::vk::SharingMode  
source · #[repr(transparent)]pub struct SharingMode(_);Expand description
Implementations§
source§impl SharingMode
 
impl SharingMode
source§impl SharingMode
 
impl SharingMode
pub const EXCLUSIVE: Self = _
pub const CONCURRENT: Self = _
Trait Implementations§
source§impl Clone for SharingMode
 
impl Clone for SharingMode
source§fn clone(&self) -> SharingMode
 
fn clone(&self) -> SharingMode
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 SharingMode
 
impl Debug for SharingMode
source§impl Default for SharingMode
 
impl Default for SharingMode
source§fn default() -> SharingMode
 
fn default() -> SharingMode
Returns the “default value” for a type. Read more
source§impl Hash for SharingMode
 
impl Hash for SharingMode
source§impl Ord for SharingMode
 
impl Ord for SharingMode
source§fn cmp(&self, other: &SharingMode) -> Ordering
 
fn cmp(&self, other: &SharingMode) -> 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<SharingMode> for SharingMode
 
impl PartialEq<SharingMode> for SharingMode
source§fn eq(&self, other: &SharingMode) -> bool
 
fn eq(&self, other: &SharingMode) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<SharingMode> for SharingMode
 
impl PartialOrd<SharingMode> for SharingMode
source§fn partial_cmp(&self, other: &SharingMode) -> Option<Ordering>
 
fn partial_cmp(&self, other: &SharingMode) -> 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