Struct screen_13::prelude::vk::VideoDecodeCapabilityFlagsKHR
source · pub struct VideoDecodeCapabilityFlagsKHR(_);Expand description
Implementations§
source§impl VideoDecodeCapabilityFlagsKHR
impl VideoDecodeCapabilityFlagsKHR
pub const fn empty() -> VideoDecodeCapabilityFlagsKHR
pub const fn from_raw(x: u32) -> VideoDecodeCapabilityFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: VideoDecodeCapabilityFlagsKHR) -> bool
sourcepub const fn contains(self, other: VideoDecodeCapabilityFlagsKHR) -> bool
pub const fn contains(self, other: VideoDecodeCapabilityFlagsKHR) -> bool
Returns whether other is a subset of self
source§impl VideoDecodeCapabilityFlagsKHR
impl VideoDecodeCapabilityFlagsKHR
pub const DPB_AND_OUTPUT_COINCIDE: VideoDecodeCapabilityFlagsKHR = Self(1)
pub const DPB_AND_OUTPUT_DISTINCT: VideoDecodeCapabilityFlagsKHR = Self(2)
Trait Implementations§
source§impl BitAnd<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitAnd<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
§type Output = VideoDecodeCapabilityFlagsKHR
type Output = VideoDecodeCapabilityFlagsKHR
The resulting type after applying the
& operator.source§fn bitand(
self,
rhs: VideoDecodeCapabilityFlagsKHR
) -> VideoDecodeCapabilityFlagsKHR
fn bitand( self, rhs: VideoDecodeCapabilityFlagsKHR ) -> VideoDecodeCapabilityFlagsKHR
Performs the
& operation. Read moresource§impl BitAndAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitAndAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
source§fn bitand_assign(&mut self, rhs: VideoDecodeCapabilityFlagsKHR)
fn bitand_assign(&mut self, rhs: VideoDecodeCapabilityFlagsKHR)
Performs the
&= operation. Read moresource§impl BitOr<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitOr<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
§type Output = VideoDecodeCapabilityFlagsKHR
type Output = VideoDecodeCapabilityFlagsKHR
The resulting type after applying the
| operator.source§fn bitor(
self,
rhs: VideoDecodeCapabilityFlagsKHR
) -> VideoDecodeCapabilityFlagsKHR
fn bitor( self, rhs: VideoDecodeCapabilityFlagsKHR ) -> VideoDecodeCapabilityFlagsKHR
Performs the
| operation. Read moresource§impl BitOrAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitOrAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
source§fn bitor_assign(&mut self, rhs: VideoDecodeCapabilityFlagsKHR)
fn bitor_assign(&mut self, rhs: VideoDecodeCapabilityFlagsKHR)
Performs the
|= operation. Read moresource§impl BitXor<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitXor<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
§type Output = VideoDecodeCapabilityFlagsKHR
type Output = VideoDecodeCapabilityFlagsKHR
The resulting type after applying the
^ operator.source§fn bitxor(
self,
rhs: VideoDecodeCapabilityFlagsKHR
) -> VideoDecodeCapabilityFlagsKHR
fn bitxor( self, rhs: VideoDecodeCapabilityFlagsKHR ) -> VideoDecodeCapabilityFlagsKHR
Performs the
^ operation. Read moresource§impl BitXorAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl BitXorAssign<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
source§fn bitxor_assign(&mut self, rhs: VideoDecodeCapabilityFlagsKHR)
fn bitxor_assign(&mut self, rhs: VideoDecodeCapabilityFlagsKHR)
Performs the
^= operation. Read moresource§impl Clone for VideoDecodeCapabilityFlagsKHR
impl Clone for VideoDecodeCapabilityFlagsKHR
source§fn clone(&self) -> VideoDecodeCapabilityFlagsKHR
fn clone(&self) -> VideoDecodeCapabilityFlagsKHR
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 Default for VideoDecodeCapabilityFlagsKHR
impl Default for VideoDecodeCapabilityFlagsKHR
source§fn default() -> VideoDecodeCapabilityFlagsKHR
fn default() -> VideoDecodeCapabilityFlagsKHR
Returns the “default value” for a type. Read more
source§impl Hash for VideoDecodeCapabilityFlagsKHR
impl Hash for VideoDecodeCapabilityFlagsKHR
source§impl Not for VideoDecodeCapabilityFlagsKHR
impl Not for VideoDecodeCapabilityFlagsKHR
§type Output = VideoDecodeCapabilityFlagsKHR
type Output = VideoDecodeCapabilityFlagsKHR
The resulting type after applying the
! operator.source§fn not(self) -> VideoDecodeCapabilityFlagsKHR
fn not(self) -> VideoDecodeCapabilityFlagsKHR
Performs the unary
! operation. Read moresource§impl Ord for VideoDecodeCapabilityFlagsKHR
impl Ord for VideoDecodeCapabilityFlagsKHR
source§fn cmp(&self, other: &VideoDecodeCapabilityFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoDecodeCapabilityFlagsKHR) -> 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<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl PartialEq<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
source§fn eq(&self, other: &VideoDecodeCapabilityFlagsKHR) -> bool
fn eq(&self, other: &VideoDecodeCapabilityFlagsKHR) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
impl PartialOrd<VideoDecodeCapabilityFlagsKHR> for VideoDecodeCapabilityFlagsKHR
source§fn partial_cmp(&self, other: &VideoDecodeCapabilityFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoDecodeCapabilityFlagsKHR) -> 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