Struct ash::vk::AndroidSurfaceCreateFlagsKHR
source · pub struct AndroidSurfaceCreateFlagsKHR(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAndAssign for AndroidSurfaceCreateFlagsKHR
impl BitAndAssign for AndroidSurfaceCreateFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for AndroidSurfaceCreateFlagsKHR
impl BitOr for AndroidSurfaceCreateFlagsKHR
source§impl BitOrAssign for AndroidSurfaceCreateFlagsKHR
impl BitOrAssign for AndroidSurfaceCreateFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for AndroidSurfaceCreateFlagsKHR
impl BitXorAssign for AndroidSurfaceCreateFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for AndroidSurfaceCreateFlagsKHR
impl Clone for AndroidSurfaceCreateFlagsKHR
source§fn clone(&self) -> AndroidSurfaceCreateFlagsKHR
fn clone(&self) -> AndroidSurfaceCreateFlagsKHR
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 AndroidSurfaceCreateFlagsKHR
impl Debug for AndroidSurfaceCreateFlagsKHR
source§impl Hash for AndroidSurfaceCreateFlagsKHR
impl Hash for AndroidSurfaceCreateFlagsKHR
source§impl Not for AndroidSurfaceCreateFlagsKHR
impl Not for AndroidSurfaceCreateFlagsKHR
source§impl Ord for AndroidSurfaceCreateFlagsKHR
impl Ord for AndroidSurfaceCreateFlagsKHR
source§fn cmp(&self, other: &AndroidSurfaceCreateFlagsKHR) -> Ordering
fn cmp(&self, other: &AndroidSurfaceCreateFlagsKHR) -> 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 AndroidSurfaceCreateFlagsKHR
impl PartialEq for AndroidSurfaceCreateFlagsKHR
source§fn eq(&self, other: &AndroidSurfaceCreateFlagsKHR) -> bool
fn eq(&self, other: &AndroidSurfaceCreateFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for AndroidSurfaceCreateFlagsKHR
impl PartialOrd for AndroidSurfaceCreateFlagsKHR
source§fn partial_cmp(&self, other: &AndroidSurfaceCreateFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &AndroidSurfaceCreateFlagsKHR) -> 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 AndroidSurfaceCreateFlagsKHR
impl Eq for AndroidSurfaceCreateFlagsKHR
impl StructuralPartialEq for AndroidSurfaceCreateFlagsKHR
Auto Trait Implementations§
impl Freeze for AndroidSurfaceCreateFlagsKHR
impl RefUnwindSafe for AndroidSurfaceCreateFlagsKHR
impl Send for AndroidSurfaceCreateFlagsKHR
impl Sync for AndroidSurfaceCreateFlagsKHR
impl Unpin for AndroidSurfaceCreateFlagsKHR
impl UnwindSafe for AndroidSurfaceCreateFlagsKHR
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