pub struct VideoCodecOperationFlagsKHR(/* private fields */);Expand description
Implementations§
Source§impl 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
Source§impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_encode_h264’
impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_encode_h264’
pub const ENCODE_H264: VideoCodecOperationFlagsKHR
Source§impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_encode_h265’
impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_encode_h265’
pub const ENCODE_H265: VideoCodecOperationFlagsKHR
Source§impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_decode_h264’
impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_decode_h264’
pub const DECODE_H264: VideoCodecOperationFlagsKHR
Source§impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_decode_h265’
impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_decode_h265’
pub const DECODE_H265: VideoCodecOperationFlagsKHR
Source§impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_decode_av1’
impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_decode_av1’
pub const DECODE_AV1: VideoCodecOperationFlagsKHR
Trait Implementations§
Source§impl BitAnd for VideoCodecOperationFlagsKHR
impl BitAnd for VideoCodecOperationFlagsKHR
Source§type Output = VideoCodecOperationFlagsKHR
type Output = VideoCodecOperationFlagsKHR
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: VideoCodecOperationFlagsKHR) -> VideoCodecOperationFlagsKHR
fn bitand(self, rhs: VideoCodecOperationFlagsKHR) -> VideoCodecOperationFlagsKHR
Performs the
& operation. Read moreSource§impl BitAndAssign for VideoCodecOperationFlagsKHR
impl BitAndAssign for VideoCodecOperationFlagsKHR
Source§fn bitand_assign(&mut self, rhs: VideoCodecOperationFlagsKHR)
fn bitand_assign(&mut self, rhs: VideoCodecOperationFlagsKHR)
Performs the
&= operation. Read moreSource§impl BitOr for VideoCodecOperationFlagsKHR
impl BitOr for VideoCodecOperationFlagsKHR
Source§type Output = VideoCodecOperationFlagsKHR
type Output = VideoCodecOperationFlagsKHR
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: VideoCodecOperationFlagsKHR) -> VideoCodecOperationFlagsKHR
fn bitor(self, rhs: VideoCodecOperationFlagsKHR) -> VideoCodecOperationFlagsKHR
Performs the
| operation. Read moreSource§impl BitOrAssign for VideoCodecOperationFlagsKHR
impl BitOrAssign for VideoCodecOperationFlagsKHR
Source§fn bitor_assign(&mut self, rhs: VideoCodecOperationFlagsKHR)
fn bitor_assign(&mut self, rhs: VideoCodecOperationFlagsKHR)
Performs the
|= operation. Read moreSource§impl BitXor for VideoCodecOperationFlagsKHR
impl BitXor for VideoCodecOperationFlagsKHR
Source§type Output = VideoCodecOperationFlagsKHR
type Output = VideoCodecOperationFlagsKHR
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: VideoCodecOperationFlagsKHR) -> VideoCodecOperationFlagsKHR
fn bitxor(self, rhs: VideoCodecOperationFlagsKHR) -> VideoCodecOperationFlagsKHR
Performs the
^ operation. Read moreSource§impl BitXorAssign for VideoCodecOperationFlagsKHR
impl BitXorAssign for VideoCodecOperationFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: VideoCodecOperationFlagsKHR)
fn bitxor_assign(&mut self, rhs: VideoCodecOperationFlagsKHR)
Performs the
^= operation. Read moreSource§impl Clone for VideoCodecOperationFlagsKHR
impl Clone for VideoCodecOperationFlagsKHR
Source§fn clone(&self) -> VideoCodecOperationFlagsKHR
fn clone(&self) -> VideoCodecOperationFlagsKHR
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 Debug for VideoCodecOperationFlagsKHR
impl Debug for VideoCodecOperationFlagsKHR
Source§impl Default for VideoCodecOperationFlagsKHR
impl Default for VideoCodecOperationFlagsKHR
Source§fn default() -> VideoCodecOperationFlagsKHR
fn default() -> VideoCodecOperationFlagsKHR
Returns the “default value” for a type. Read more
Source§impl Hash for VideoCodecOperationFlagsKHR
impl Hash for VideoCodecOperationFlagsKHR
Source§impl Not for VideoCodecOperationFlagsKHR
impl Not for VideoCodecOperationFlagsKHR
Source§type Output = VideoCodecOperationFlagsKHR
type Output = VideoCodecOperationFlagsKHR
The resulting type after applying the
! operator.Source§fn not(self) -> VideoCodecOperationFlagsKHR
fn not(self) -> VideoCodecOperationFlagsKHR
Performs the unary
! operation. Read moreSource§impl Ord for VideoCodecOperationFlagsKHR
impl Ord for VideoCodecOperationFlagsKHR
Source§fn cmp(&self, other: &VideoCodecOperationFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoCodecOperationFlagsKHR) -> 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 PartialOrd for VideoCodecOperationFlagsKHR
impl PartialOrd for VideoCodecOperationFlagsKHR
impl Copy for VideoCodecOperationFlagsKHR
impl Eq for VideoCodecOperationFlagsKHR
impl StructuralPartialEq for VideoCodecOperationFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoCodecOperationFlagsKHR
impl RefUnwindSafe for VideoCodecOperationFlagsKHR
impl Send for VideoCodecOperationFlagsKHR
impl Sync for VideoCodecOperationFlagsKHR
impl Unpin for VideoCodecOperationFlagsKHR
impl UnwindSafe for VideoCodecOperationFlagsKHR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more