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