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