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