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