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