Struct screen_13::prelude::vk::VideoCodecOperationFlagsKHR
source · pub struct VideoCodecOperationFlagsKHR(_);Expand description
Implementations§
source§impl VideoCodecOperationFlagsKHR
impl VideoCodecOperationFlagsKHR
pub const fn empty() -> VideoCodecOperationFlagsKHR
pub const fn from_raw(x: u32) -> VideoCodecOperationFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: VideoCodecOperationFlagsKHR) -> bool
sourcepub const fn contains(self, other: VideoCodecOperationFlagsKHR) -> bool
pub const fn contains(self, other: VideoCodecOperationFlagsKHR) -> bool
Returns whether other is a subset of self
source§impl VideoCodecOperationFlagsKHR
impl VideoCodecOperationFlagsKHR
pub const NONE: VideoCodecOperationFlagsKHR = Self(0)
source§impl VideoCodecOperationFlagsKHR
impl VideoCodecOperationFlagsKHR
Generated from ‘VK_EXT_video_encode_h264’
pub const ENCODE_H264_EXT: VideoCodecOperationFlagsKHR = Self(65536)
source§impl VideoCodecOperationFlagsKHR
impl VideoCodecOperationFlagsKHR
Generated from ‘VK_EXT_video_encode_h265’
pub const ENCODE_H265_EXT: VideoCodecOperationFlagsKHR = Self(131072)
source§impl VideoCodecOperationFlagsKHR
impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_decode_h264’
pub const DECODE_H264: VideoCodecOperationFlagsKHR = Self(1)
source§impl VideoCodecOperationFlagsKHR
impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_decode_h265’
pub const DECODE_H265: VideoCodecOperationFlagsKHR = Self(2)
Trait Implementations§
source§impl BitAnd<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
impl BitAnd<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
§type Output = VideoCodecOperationFlagsKHR
type Output = VideoCodecOperationFlagsKHR
The resulting type after applying the
& operator.source§fn bitand(self, rhs: VideoCodecOperationFlagsKHR) -> VideoCodecOperationFlagsKHR
fn bitand(self, rhs: VideoCodecOperationFlagsKHR) -> VideoCodecOperationFlagsKHR
Performs the
& operation. Read moresource§impl BitAndAssign<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
impl BitAndAssign<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
source§fn bitand_assign(&mut self, rhs: VideoCodecOperationFlagsKHR)
fn bitand_assign(&mut self, rhs: VideoCodecOperationFlagsKHR)
Performs the
&= operation. Read moresource§impl BitOr<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
impl BitOr<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
§type Output = VideoCodecOperationFlagsKHR
type Output = VideoCodecOperationFlagsKHR
The resulting type after applying the
| operator.source§fn bitor(self, rhs: VideoCodecOperationFlagsKHR) -> VideoCodecOperationFlagsKHR
fn bitor(self, rhs: VideoCodecOperationFlagsKHR) -> VideoCodecOperationFlagsKHR
Performs the
| operation. Read moresource§impl BitOrAssign<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
impl BitOrAssign<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
source§fn bitor_assign(&mut self, rhs: VideoCodecOperationFlagsKHR)
fn bitor_assign(&mut self, rhs: VideoCodecOperationFlagsKHR)
Performs the
|= operation. Read moresource§impl BitXor<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
impl BitXor<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
§type Output = VideoCodecOperationFlagsKHR
type Output = VideoCodecOperationFlagsKHR
The resulting type after applying the
^ operator.source§fn bitxor(self, rhs: VideoCodecOperationFlagsKHR) -> VideoCodecOperationFlagsKHR
fn bitxor(self, rhs: VideoCodecOperationFlagsKHR) -> VideoCodecOperationFlagsKHR
Performs the
^ operation. Read moresource§impl BitXorAssign<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
impl BitXorAssign<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
source§fn bitxor_assign(&mut self, rhs: VideoCodecOperationFlagsKHR)
fn bitxor_assign(&mut self, rhs: VideoCodecOperationFlagsKHR)
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 Default for VideoCodecOperationFlagsKHR
impl Default for VideoCodecOperationFlagsKHR
source§fn default() -> VideoCodecOperationFlagsKHR
fn default() -> VideoCodecOperationFlagsKHR
Returns the “default value” for a type. Read more
source§impl Hash for VideoCodecOperationFlagsKHR
impl Hash for VideoCodecOperationFlagsKHR
source§impl Not for VideoCodecOperationFlagsKHR
impl Not for VideoCodecOperationFlagsKHR
§type Output = VideoCodecOperationFlagsKHR
type Output = VideoCodecOperationFlagsKHR
The resulting type after applying the
! operator.source§fn not(self) -> VideoCodecOperationFlagsKHR
fn not(self) -> VideoCodecOperationFlagsKHR
Performs the unary
! operation. Read moresource§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