pub struct VideoCodingControlFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoCodingControlFlagBitsKHR
impl VideoCodingControlFlagBitsKHR
Sourcepub const ENCODE_RATE_CONTROL: Self
pub const ENCODE_RATE_CONTROL: Self
Bit 1.
Sourcepub const ENCODE_QUALITY_LEVEL: Self
pub const ENCODE_QUALITY_LEVEL: Self
Bit 2.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAndAssign for VideoCodingControlFlagBitsKHR
impl BitAndAssign for VideoCodingControlFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for VideoCodingControlFlagBitsKHR
impl BitOrAssign for VideoCodingControlFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for VideoCodingControlFlagBitsKHR
impl BitXorAssign for VideoCodingControlFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for VideoCodingControlFlagBitsKHR
impl Clone for VideoCodingControlFlagBitsKHR
Source§fn clone(&self) -> VideoCodingControlFlagBitsKHR
fn clone(&self) -> VideoCodingControlFlagBitsKHR
Returns a duplicate 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 Default for VideoCodingControlFlagBitsKHR
impl Default for VideoCodingControlFlagBitsKHR
Source§fn default() -> VideoCodingControlFlagBitsKHR
fn default() -> VideoCodingControlFlagBitsKHR
Returns the “default value” for a type. Read more
Source§impl Hash for VideoCodingControlFlagBitsKHR
impl Hash for VideoCodingControlFlagBitsKHR
Source§impl Not for VideoCodingControlFlagBitsKHR
impl Not for VideoCodingControlFlagBitsKHR
Source§impl Ord for VideoCodingControlFlagBitsKHR
impl Ord for VideoCodingControlFlagBitsKHR
Source§fn cmp(&self, other: &VideoCodingControlFlagBitsKHR) -> Ordering
fn cmp(&self, other: &VideoCodingControlFlagBitsKHR) -> 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 VideoCodingControlFlagBitsKHR
impl PartialEq for VideoCodingControlFlagBitsKHR
Source§fn eq(&self, other: &VideoCodingControlFlagBitsKHR) -> bool
fn eq(&self, other: &VideoCodingControlFlagBitsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoCodingControlFlagBitsKHR
impl PartialOrd for VideoCodingControlFlagBitsKHR
impl Copy for VideoCodingControlFlagBitsKHR
impl Eq for VideoCodingControlFlagBitsKHR
impl StructuralPartialEq for VideoCodingControlFlagBitsKHR
Auto Trait Implementations§
impl Freeze for VideoCodingControlFlagBitsKHR
impl RefUnwindSafe for VideoCodingControlFlagBitsKHR
impl Send for VideoCodingControlFlagBitsKHR
impl Sync for VideoCodingControlFlagBitsKHR
impl Unpin for VideoCodingControlFlagBitsKHR
impl UnsafeUnpin for VideoCodingControlFlagBitsKHR
impl UnwindSafe for VideoCodingControlFlagBitsKHR
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