Struct ash::vk::PresentModeKHR  
source · pub struct PresentModeKHR(/* private fields */);Expand description
Implementations§
source§impl PresentModeKHR
 
impl PresentModeKHR
Generated from ‘VK_KHR_shared_presentable_image’
pub const SHARED_DEMAND_REFRESH: Self = _
pub const SHARED_CONTINUOUS_REFRESH: Self = _
Trait Implementations§
source§impl Clone for PresentModeKHR
 
impl Clone for PresentModeKHR
source§fn clone(&self) -> PresentModeKHR
 
fn clone(&self) -> PresentModeKHR
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 PresentModeKHR
 
impl Debug for PresentModeKHR
source§impl Default for PresentModeKHR
 
impl Default for PresentModeKHR
source§fn default() -> PresentModeKHR
 
fn default() -> PresentModeKHR
Returns the “default value” for a type. Read more
source§impl Hash for PresentModeKHR
 
impl Hash for PresentModeKHR
source§impl Ord for PresentModeKHR
 
impl Ord for PresentModeKHR
source§fn cmp(&self, other: &PresentModeKHR) -> Ordering
 
fn cmp(&self, other: &PresentModeKHR) -> 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 PresentModeKHR
 
impl PartialEq for PresentModeKHR
source§impl PartialOrd for PresentModeKHR
 
impl PartialOrd for PresentModeKHR
impl Copy for PresentModeKHR
impl Eq for PresentModeKHR
impl StructuralPartialEq for PresentModeKHR
Auto Trait Implementations§
impl Freeze for PresentModeKHR
impl RefUnwindSafe for PresentModeKHR
impl Send for PresentModeKHR
impl Sync for PresentModeKHR
impl Unpin for PresentModeKHR
impl UnwindSafe for PresentModeKHR
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)