#[repr(transparent)]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 more
sourceimpl 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 more
sourceimpl 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 more
sourceimpl 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 more
sourceimpl 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 more
sourceimpl 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 more
sourceimpl 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 more
sourceimpl 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 more
sourceimpl Ord for VideoCodecOperationFlagsKHR
impl Ord for VideoCodecOperationFlagsKHR
sourceimpl PartialEq<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
impl PartialEq<VideoCodecOperationFlagsKHR> for VideoCodecOperationFlagsKHR
sourcefn eq(&self, other: &VideoCodecOperationFlagsKHR) -> bool
fn eq(&self, other: &VideoCodecOperationFlagsKHR) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &VideoCodecOperationFlagsKHR) -> bool
fn ne(&self, other: &VideoCodecOperationFlagsKHR) -> bool
This method tests for !=.
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>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
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 more
impl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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