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§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 for SharingMode
impl PartialOrd 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 moreimpl 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