Struct ash::vk::VideoCodecOperationFlagsKHR
source · pub struct VideoCodecOperationFlagsKHR(/* private fields */);
Expand description
Implementations§
source§impl VideoCodecOperationFlagsKHR
impl VideoCodecOperationFlagsKHR
source§impl VideoCodecOperationFlagsKHR
impl VideoCodecOperationFlagsKHR
Generated from ‘VK_EXT_video_encode_h264’
pub const ENCODE_H264_EXT: Self = _
source§impl VideoCodecOperationFlagsKHR
impl VideoCodecOperationFlagsKHR
Generated from ‘VK_EXT_video_encode_h265’
pub const ENCODE_H265_EXT: Self = _
source§impl VideoCodecOperationFlagsKHR
impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_decode_h264’
pub const DECODE_H264: Self = _
source§impl VideoCodecOperationFlagsKHR
impl VideoCodecOperationFlagsKHR
Generated from ‘VK_KHR_video_decode_h265’
pub const DECODE_H265: Self = _
Trait Implementations§
source§impl BitAnd for VideoCodecOperationFlagsKHR
impl BitAnd for VideoCodecOperationFlagsKHR
source§impl BitAndAssign for VideoCodecOperationFlagsKHR
impl BitAndAssign for VideoCodecOperationFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for VideoCodecOperationFlagsKHR
impl BitOr for VideoCodecOperationFlagsKHR
source§impl BitOrAssign for VideoCodecOperationFlagsKHR
impl BitOrAssign for VideoCodecOperationFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for VideoCodecOperationFlagsKHR
impl BitXor for VideoCodecOperationFlagsKHR
source§impl BitXorAssign for VideoCodecOperationFlagsKHR
impl BitXorAssign for VideoCodecOperationFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
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 Hash for VideoCodecOperationFlagsKHR
impl Hash for VideoCodecOperationFlagsKHR
source§impl Not for VideoCodecOperationFlagsKHR
impl Not for VideoCodecOperationFlagsKHR
source§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 PartialEq for VideoCodecOperationFlagsKHR
impl PartialEq for VideoCodecOperationFlagsKHR
source§fn 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 ==
.source§impl PartialOrd for VideoCodecOperationFlagsKHR
impl PartialOrd for VideoCodecOperationFlagsKHR
source§fn partial_cmp(&self, other: &VideoCodecOperationFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoCodecOperationFlagsKHR) -> Option<Ordering>
1.0.0 · source§fn 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 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