pub struct SwapchainImageUsageFlagBitsOHOS(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAndAssign for SwapchainImageUsageFlagBitsOHOS
impl BitAndAssign for SwapchainImageUsageFlagBitsOHOS
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for SwapchainImageUsageFlagBitsOHOS
impl BitOrAssign for SwapchainImageUsageFlagBitsOHOS
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for SwapchainImageUsageFlagBitsOHOS
impl BitXorAssign for SwapchainImageUsageFlagBitsOHOS
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for SwapchainImageUsageFlagBitsOHOS
impl Clone for SwapchainImageUsageFlagBitsOHOS
Source§fn clone(&self) -> SwapchainImageUsageFlagBitsOHOS
fn clone(&self) -> SwapchainImageUsageFlagBitsOHOS
Returns a duplicate 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 Default for SwapchainImageUsageFlagBitsOHOS
impl Default for SwapchainImageUsageFlagBitsOHOS
Source§fn default() -> SwapchainImageUsageFlagBitsOHOS
fn default() -> SwapchainImageUsageFlagBitsOHOS
Returns the “default value” for a type. Read more
Source§impl Ord for SwapchainImageUsageFlagBitsOHOS
impl Ord for SwapchainImageUsageFlagBitsOHOS
Source§fn cmp(&self, other: &SwapchainImageUsageFlagBitsOHOS) -> Ordering
fn cmp(&self, other: &SwapchainImageUsageFlagBitsOHOS) -> 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 SwapchainImageUsageFlagBitsOHOS
impl PartialEq for SwapchainImageUsageFlagBitsOHOS
Source§fn eq(&self, other: &SwapchainImageUsageFlagBitsOHOS) -> bool
fn eq(&self, other: &SwapchainImageUsageFlagBitsOHOS) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SwapchainImageUsageFlagBitsOHOS
impl PartialOrd for SwapchainImageUsageFlagBitsOHOS
impl Copy for SwapchainImageUsageFlagBitsOHOS
impl Eq for SwapchainImageUsageFlagBitsOHOS
impl StructuralPartialEq for SwapchainImageUsageFlagBitsOHOS
Auto Trait Implementations§
impl Freeze for SwapchainImageUsageFlagBitsOHOS
impl RefUnwindSafe for SwapchainImageUsageFlagBitsOHOS
impl Send for SwapchainImageUsageFlagBitsOHOS
impl Sync for SwapchainImageUsageFlagBitsOHOS
impl Unpin for SwapchainImageUsageFlagBitsOHOS
impl UnsafeUnpin for SwapchainImageUsageFlagBitsOHOS
impl UnwindSafe for SwapchainImageUsageFlagBitsOHOS
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