Struct ash::vk::VideoCodingControlFlagsKHR
source · pub struct VideoCodingControlFlagsKHR(/* private fields */);
Expand description
Implementations§
source§impl VideoCodingControlFlagsKHR
impl VideoCodingControlFlagsKHR
source§impl VideoCodingControlFlagsKHR
impl VideoCodingControlFlagsKHR
Generated from ‘VK_KHR_video_encode_queue’
pub const ENCODE_RATE_CONTROL: Self = _
pub const ENCODE_RATE_CONTROL_LAYER: Self = _
Trait Implementations§
source§impl BitAnd for VideoCodingControlFlagsKHR
impl BitAnd for VideoCodingControlFlagsKHR
source§impl BitAndAssign for VideoCodingControlFlagsKHR
impl BitAndAssign for VideoCodingControlFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for VideoCodingControlFlagsKHR
impl BitOr for VideoCodingControlFlagsKHR
source§impl BitOrAssign for VideoCodingControlFlagsKHR
impl BitOrAssign for VideoCodingControlFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for VideoCodingControlFlagsKHR
impl BitXor for VideoCodingControlFlagsKHR
source§impl BitXorAssign for VideoCodingControlFlagsKHR
impl BitXorAssign for VideoCodingControlFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for VideoCodingControlFlagsKHR
impl Clone for VideoCodingControlFlagsKHR
source§fn clone(&self) -> VideoCodingControlFlagsKHR
fn clone(&self) -> VideoCodingControlFlagsKHR
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 VideoCodingControlFlagsKHR
impl Debug for VideoCodingControlFlagsKHR
source§impl Default for VideoCodingControlFlagsKHR
impl Default for VideoCodingControlFlagsKHR
source§impl Hash for VideoCodingControlFlagsKHR
impl Hash for VideoCodingControlFlagsKHR
source§impl Not for VideoCodingControlFlagsKHR
impl Not for VideoCodingControlFlagsKHR
source§impl Ord for VideoCodingControlFlagsKHR
impl Ord for VideoCodingControlFlagsKHR
source§fn cmp(&self, other: &VideoCodingControlFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoCodingControlFlagsKHR) -> 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 VideoCodingControlFlagsKHR
impl PartialEq for VideoCodingControlFlagsKHR
source§fn eq(&self, other: &VideoCodingControlFlagsKHR) -> bool
fn eq(&self, other: &VideoCodingControlFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for VideoCodingControlFlagsKHR
impl PartialOrd for VideoCodingControlFlagsKHR
source§fn partial_cmp(&self, other: &VideoCodingControlFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoCodingControlFlagsKHR) -> 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 VideoCodingControlFlagsKHR
impl Eq for VideoCodingControlFlagsKHR
impl StructuralPartialEq for VideoCodingControlFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoCodingControlFlagsKHR
impl RefUnwindSafe for VideoCodingControlFlagsKHR
impl Send for VideoCodingControlFlagsKHR
impl Sync for VideoCodingControlFlagsKHR
impl Unpin for VideoCodingControlFlagsKHR
impl UnwindSafe for VideoCodingControlFlagsKHR
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