Struct ash::vk::SharingMode  
source · pub struct SharingMode(/* private fields */);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 for SharingMode
 
impl PartialEq for SharingMode
source§impl PartialOrd for SharingMode
 
impl PartialOrd for SharingMode
impl Copy for SharingMode
impl Eq for SharingMode
impl StructuralPartialEq for SharingMode
Auto Trait Implementations§
impl Freeze for SharingMode
impl RefUnwindSafe for SharingMode
impl Send for SharingMode
impl Sync for SharingMode
impl Unpin for SharingMode
impl UnwindSafe for SharingMode
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)