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