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