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