Struct ash::vk::VideoEncodeFlagsKHR
source · #[repr(transparent)]pub struct VideoEncodeFlagsKHR(_);
Expand description
Implementations§
source§impl VideoEncodeFlagsKHR
impl VideoEncodeFlagsKHR
source§impl VideoEncodeFlagsKHR
impl VideoEncodeFlagsKHR
pub const DEFAULT: Self = _
pub const RESERVED_0: Self = _
Trait Implementations§
source§impl BitAndAssign<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
impl BitAndAssign<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
impl BitOrAssign<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
impl BitXorAssign<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for VideoEncodeFlagsKHR
impl Clone for VideoEncodeFlagsKHR
source§fn clone(&self) -> VideoEncodeFlagsKHR
fn clone(&self) -> VideoEncodeFlagsKHR
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 VideoEncodeFlagsKHR
impl Debug for VideoEncodeFlagsKHR
source§impl Default for VideoEncodeFlagsKHR
impl Default for VideoEncodeFlagsKHR
source§impl Hash for VideoEncodeFlagsKHR
impl Hash for VideoEncodeFlagsKHR
source§impl Not for VideoEncodeFlagsKHR
impl Not for VideoEncodeFlagsKHR
source§impl Ord for VideoEncodeFlagsKHR
impl Ord for VideoEncodeFlagsKHR
source§fn cmp(&self, other: &VideoEncodeFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoEncodeFlagsKHR) -> 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<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
impl PartialEq<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
source§fn eq(&self, other: &VideoEncodeFlagsKHR) -> bool
fn eq(&self, other: &VideoEncodeFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
impl PartialOrd<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
source§fn partial_cmp(&self, other: &VideoEncodeFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoEncodeFlagsKHR) -> 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