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