Struct screen_13::prelude::vk::VideoEncodeH264OutputModeFlagsEXT
source · pub struct VideoEncodeH264OutputModeFlagsEXT(_);Expand description
Implementations
sourceimpl 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
sourceimpl VideoEncodeH264OutputModeFlagsEXT
impl VideoEncodeH264OutputModeFlagsEXT
pub const FRAME: VideoEncodeH264OutputModeFlagsEXT = Self(1)
pub const SLICE: VideoEncodeH264OutputModeFlagsEXT = Self(2)
pub const NON_VCL: VideoEncodeH264OutputModeFlagsEXT = Self(4)
Trait Implementations
sourceimpl BitAnd<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl BitAnd<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
The resulting type after applying the
& operator.sourcefn bitand(
self,
rhs: VideoEncodeH264OutputModeFlagsEXT
) -> VideoEncodeH264OutputModeFlagsEXT
fn bitand(
self,
rhs: VideoEncodeH264OutputModeFlagsEXT
) -> VideoEncodeH264OutputModeFlagsEXT
Performs the
& operation. Read moresourceimpl BitAndAssign<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl BitAndAssign<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
sourcefn bitand_assign(&mut self, rhs: VideoEncodeH264OutputModeFlagsEXT)
fn bitand_assign(&mut self, rhs: VideoEncodeH264OutputModeFlagsEXT)
Performs the
&= operation. Read moresourceimpl BitOr<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl BitOr<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
The resulting type after applying the
| operator.sourcefn bitor(
self,
rhs: VideoEncodeH264OutputModeFlagsEXT
) -> VideoEncodeH264OutputModeFlagsEXT
fn bitor(
self,
rhs: VideoEncodeH264OutputModeFlagsEXT
) -> VideoEncodeH264OutputModeFlagsEXT
Performs the
| operation. Read moresourceimpl BitOrAssign<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl BitOrAssign<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
sourcefn bitor_assign(&mut self, rhs: VideoEncodeH264OutputModeFlagsEXT)
fn bitor_assign(&mut self, rhs: VideoEncodeH264OutputModeFlagsEXT)
Performs the
|= operation. Read moresourceimpl BitXor<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl BitXor<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
The resulting type after applying the
^ operator.sourcefn bitxor(
self,
rhs: VideoEncodeH264OutputModeFlagsEXT
) -> VideoEncodeH264OutputModeFlagsEXT
fn bitxor(
self,
rhs: VideoEncodeH264OutputModeFlagsEXT
) -> VideoEncodeH264OutputModeFlagsEXT
Performs the
^ operation. Read moresourceimpl BitXorAssign<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl BitXorAssign<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
sourcefn bitxor_assign(&mut self, rhs: VideoEncodeH264OutputModeFlagsEXT)
fn bitxor_assign(&mut self, rhs: VideoEncodeH264OutputModeFlagsEXT)
Performs the
^= operation. Read moresourceimpl Clone for VideoEncodeH264OutputModeFlagsEXT
impl Clone for VideoEncodeH264OutputModeFlagsEXT
sourcefn clone(&self) -> VideoEncodeH264OutputModeFlagsEXT
fn clone(&self) -> VideoEncodeH264OutputModeFlagsEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for VideoEncodeH264OutputModeFlagsEXT
impl Default for VideoEncodeH264OutputModeFlagsEXT
sourcefn default() -> VideoEncodeH264OutputModeFlagsEXT
fn default() -> VideoEncodeH264OutputModeFlagsEXT
Returns the “default value” for a type. Read more
sourceimpl Not for VideoEncodeH264OutputModeFlagsEXT
impl Not for VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
type Output = VideoEncodeH264OutputModeFlagsEXT
The resulting type after applying the
! operator.sourcefn not(self) -> VideoEncodeH264OutputModeFlagsEXT
fn not(self) -> VideoEncodeH264OutputModeFlagsEXT
Performs the unary
! operation. Read moresourceimpl Ord for VideoEncodeH264OutputModeFlagsEXT
impl Ord for VideoEncodeH264OutputModeFlagsEXT
sourcefn cmp(&self, other: &VideoEncodeH264OutputModeFlagsEXT) -> Ordering
fn cmp(&self, other: &VideoEncodeH264OutputModeFlagsEXT) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl PartialEq<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
sourcefn eq(&self, other: &VideoEncodeH264OutputModeFlagsEXT) -> bool
fn eq(&self, other: &VideoEncodeH264OutputModeFlagsEXT) -> bool
sourceimpl PartialOrd<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
impl PartialOrd<VideoEncodeH264OutputModeFlagsEXT> for VideoEncodeH264OutputModeFlagsEXT
sourcefn partial_cmp(
&self,
other: &VideoEncodeH264OutputModeFlagsEXT
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &VideoEncodeH264OutputModeFlagsEXT
) -> Option<Ordering>
1.0.0 · sourcefn 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 moreimpl Copy for VideoEncodeH264OutputModeFlagsEXT
impl Eq for VideoEncodeH264OutputModeFlagsEXT
impl StructuralEq for VideoEncodeH264OutputModeFlagsEXT
impl StructuralPartialEq for VideoEncodeH264OutputModeFlagsEXT
Auto Trait Implementations
impl RefUnwindSafe for VideoEncodeH264OutputModeFlagsEXT
impl Send for VideoEncodeH264OutputModeFlagsEXT
impl Sync for VideoEncodeH264OutputModeFlagsEXT
impl Unpin for VideoEncodeH264OutputModeFlagsEXT
impl UnwindSafe for VideoEncodeH264OutputModeFlagsEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more