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