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