pub struct SwapchainImageUsageFlagBitsOHOS(/* private fields */);Expand description
Implementations§
Source§impl SwapchainImageUsageFlagBitsOHOS
impl SwapchainImageUsageFlagBitsOHOS
Sourcepub const SHARED_BIT: SwapchainImageUsageFlagBitsOHOS
pub const SHARED_BIT: SwapchainImageUsageFlagBitsOHOS
Bit 0.
pub const fn empty() -> SwapchainImageUsageFlagBitsOHOS
pub const fn from_raw(value: u32) -> SwapchainImageUsageFlagBitsOHOS
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: SwapchainImageUsageFlagBitsOHOS) -> bool
pub const fn all() -> SwapchainImageUsageFlagBitsOHOS
Trait Implementations§
Source§impl BitAnd for SwapchainImageUsageFlagBitsOHOS
impl BitAnd for SwapchainImageUsageFlagBitsOHOS
Source§type Output = SwapchainImageUsageFlagBitsOHOS
type Output = SwapchainImageUsageFlagBitsOHOS
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: SwapchainImageUsageFlagBitsOHOS,
) -> SwapchainImageUsageFlagBitsOHOS
fn bitand( self, rhs: SwapchainImageUsageFlagBitsOHOS, ) -> SwapchainImageUsageFlagBitsOHOS
Performs the
& operation. Read moreSource§impl BitAndAssign for SwapchainImageUsageFlagBitsOHOS
impl BitAndAssign for SwapchainImageUsageFlagBitsOHOS
Source§fn bitand_assign(&mut self, rhs: SwapchainImageUsageFlagBitsOHOS)
fn bitand_assign(&mut self, rhs: SwapchainImageUsageFlagBitsOHOS)
Performs the
&= operation. Read moreSource§impl BitOr for SwapchainImageUsageFlagBitsOHOS
impl BitOr for SwapchainImageUsageFlagBitsOHOS
Source§type Output = SwapchainImageUsageFlagBitsOHOS
type Output = SwapchainImageUsageFlagBitsOHOS
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: SwapchainImageUsageFlagBitsOHOS,
) -> SwapchainImageUsageFlagBitsOHOS
fn bitor( self, rhs: SwapchainImageUsageFlagBitsOHOS, ) -> SwapchainImageUsageFlagBitsOHOS
Performs the
| operation. Read moreSource§impl BitOrAssign for SwapchainImageUsageFlagBitsOHOS
impl BitOrAssign for SwapchainImageUsageFlagBitsOHOS
Source§fn bitor_assign(&mut self, rhs: SwapchainImageUsageFlagBitsOHOS)
fn bitor_assign(&mut self, rhs: SwapchainImageUsageFlagBitsOHOS)
Performs the
|= operation. Read moreSource§impl BitXor for SwapchainImageUsageFlagBitsOHOS
impl BitXor for SwapchainImageUsageFlagBitsOHOS
Source§type Output = SwapchainImageUsageFlagBitsOHOS
type Output = SwapchainImageUsageFlagBitsOHOS
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: SwapchainImageUsageFlagBitsOHOS,
) -> SwapchainImageUsageFlagBitsOHOS
fn bitxor( self, rhs: SwapchainImageUsageFlagBitsOHOS, ) -> SwapchainImageUsageFlagBitsOHOS
Performs the
^ operation. Read moreSource§impl BitXorAssign for SwapchainImageUsageFlagBitsOHOS
impl BitXorAssign for SwapchainImageUsageFlagBitsOHOS
Source§fn bitxor_assign(&mut self, rhs: SwapchainImageUsageFlagBitsOHOS)
fn bitxor_assign(&mut self, rhs: SwapchainImageUsageFlagBitsOHOS)
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SwapchainImageUsageFlagBitsOHOS
Source§impl Default for SwapchainImageUsageFlagBitsOHOS
impl Default for SwapchainImageUsageFlagBitsOHOS
Source§fn default() -> SwapchainImageUsageFlagBitsOHOS
fn default() -> SwapchainImageUsageFlagBitsOHOS
Returns the “default value” for a type. Read more
impl Eq for SwapchainImageUsageFlagBitsOHOS
Source§impl Not for SwapchainImageUsageFlagBitsOHOS
impl Not for SwapchainImageUsageFlagBitsOHOS
Source§type Output = SwapchainImageUsageFlagBitsOHOS
type Output = SwapchainImageUsageFlagBitsOHOS
The resulting type after applying the
! operator.Source§fn not(self) -> SwapchainImageUsageFlagBitsOHOS
fn not(self) -> SwapchainImageUsageFlagBitsOHOS
Performs the unary
! operation. Read moreSource§impl Ord for SwapchainImageUsageFlagBitsOHOS
impl Ord for SwapchainImageUsageFlagBitsOHOS
Source§fn cmp(&self, other: &SwapchainImageUsageFlagBitsOHOS) -> Ordering
fn cmp(&self, other: &SwapchainImageUsageFlagBitsOHOS) -> Ordering
1.21.0 (const: unstable) · 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 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