Struct ash::vk::VideoDecodeFlagsKHR
source · #[repr(transparent)]pub struct VideoDecodeFlagsKHR(_);
Expand description
Implementations§
source§impl VideoDecodeFlagsKHR
impl VideoDecodeFlagsKHR
source§impl VideoDecodeFlagsKHR
impl VideoDecodeFlagsKHR
pub const DEFAULT: Self = _
pub const RESERVED_0: Self = _
Trait Implementations§
source§impl BitAndAssign<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
impl BitAndAssign<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
impl BitOrAssign<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
impl BitXorAssign<VideoDecodeFlagsKHR> 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<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
impl PartialEq<VideoDecodeFlagsKHR> 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<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
impl PartialOrd<VideoDecodeFlagsKHR> 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 more