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