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