Struct ash::vk::FullScreenExclusiveEXT
source · pub struct FullScreenExclusiveEXT(/* private fields */);
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 for FullScreenExclusiveEXT
impl PartialEq 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 for FullScreenExclusiveEXT
impl PartialOrd 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 moreimpl Copy for FullScreenExclusiveEXT
impl Eq for FullScreenExclusiveEXT
impl StructuralPartialEq for FullScreenExclusiveEXT
Auto Trait Implementations§
impl Freeze for FullScreenExclusiveEXT
impl RefUnwindSafe for FullScreenExclusiveEXT
impl Send for FullScreenExclusiveEXT
impl Sync for FullScreenExclusiveEXT
impl Unpin for FullScreenExclusiveEXT
impl UnwindSafe for FullScreenExclusiveEXT
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