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