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