pub struct VideoSessionParametersCreateFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoSessionParametersCreateFlagBitsKHR
impl VideoSessionParametersCreateFlagBitsKHR
Sourcepub const QUANTIZATION_MAP_COMPATIBLE: VideoSessionParametersCreateFlagBitsKHR
pub const QUANTIZATION_MAP_COMPATIBLE: VideoSessionParametersCreateFlagBitsKHR
Bit 0.
pub const fn empty() -> VideoSessionParametersCreateFlagBitsKHR
pub const fn from_raw(value: u32) -> VideoSessionParametersCreateFlagBitsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains( self, other: VideoSessionParametersCreateFlagBitsKHR, ) -> bool
pub const fn all() -> VideoSessionParametersCreateFlagBitsKHR
Trait Implementations§
Source§impl BitAnd for VideoSessionParametersCreateFlagBitsKHR
impl BitAnd for VideoSessionParametersCreateFlagBitsKHR
Source§type Output = VideoSessionParametersCreateFlagBitsKHR
type Output = VideoSessionParametersCreateFlagBitsKHR
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: VideoSessionParametersCreateFlagBitsKHR,
) -> VideoSessionParametersCreateFlagBitsKHR
fn bitand( self, rhs: VideoSessionParametersCreateFlagBitsKHR, ) -> VideoSessionParametersCreateFlagBitsKHR
Performs the
& operation. Read moreSource§impl BitAndAssign for VideoSessionParametersCreateFlagBitsKHR
impl BitAndAssign for VideoSessionParametersCreateFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: VideoSessionParametersCreateFlagBitsKHR)
fn bitand_assign(&mut self, rhs: VideoSessionParametersCreateFlagBitsKHR)
Performs the
&= operation. Read moreSource§impl BitOr for VideoSessionParametersCreateFlagBitsKHR
impl BitOr for VideoSessionParametersCreateFlagBitsKHR
Source§type Output = VideoSessionParametersCreateFlagBitsKHR
type Output = VideoSessionParametersCreateFlagBitsKHR
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: VideoSessionParametersCreateFlagBitsKHR,
) -> VideoSessionParametersCreateFlagBitsKHR
fn bitor( self, rhs: VideoSessionParametersCreateFlagBitsKHR, ) -> VideoSessionParametersCreateFlagBitsKHR
Performs the
| operation. Read moreSource§impl BitOrAssign for VideoSessionParametersCreateFlagBitsKHR
impl BitOrAssign for VideoSessionParametersCreateFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: VideoSessionParametersCreateFlagBitsKHR)
fn bitor_assign(&mut self, rhs: VideoSessionParametersCreateFlagBitsKHR)
Performs the
|= operation. Read moreSource§impl BitXor for VideoSessionParametersCreateFlagBitsKHR
impl BitXor for VideoSessionParametersCreateFlagBitsKHR
Source§type Output = VideoSessionParametersCreateFlagBitsKHR
type Output = VideoSessionParametersCreateFlagBitsKHR
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: VideoSessionParametersCreateFlagBitsKHR,
) -> VideoSessionParametersCreateFlagBitsKHR
fn bitxor( self, rhs: VideoSessionParametersCreateFlagBitsKHR, ) -> VideoSessionParametersCreateFlagBitsKHR
Performs the
^ operation. Read moreSource§impl BitXorAssign for VideoSessionParametersCreateFlagBitsKHR
impl BitXorAssign for VideoSessionParametersCreateFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: VideoSessionParametersCreateFlagBitsKHR)
fn bitxor_assign(&mut self, rhs: VideoSessionParametersCreateFlagBitsKHR)
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 Not for VideoSessionParametersCreateFlagBitsKHR
impl Not for VideoSessionParametersCreateFlagBitsKHR
Source§type Output = VideoSessionParametersCreateFlagBitsKHR
type Output = VideoSessionParametersCreateFlagBitsKHR
The resulting type after applying the
! operator.Source§fn not(self) -> VideoSessionParametersCreateFlagBitsKHR
fn not(self) -> VideoSessionParametersCreateFlagBitsKHR
Performs the unary
! operation. Read moreSource§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