pub struct VideoSessionParametersCreateFlagsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoSessionParametersCreateFlagsKHR
impl VideoSessionParametersCreateFlagsKHR
pub const fn empty() -> VideoSessionParametersCreateFlagsKHR
pub const fn from_raw(x: u32) -> VideoSessionParametersCreateFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects( self, other: VideoSessionParametersCreateFlagsKHR, ) -> bool
Sourcepub const fn contains(self, other: VideoSessionParametersCreateFlagsKHR) -> bool
pub const fn contains(self, other: VideoSessionParametersCreateFlagsKHR) -> bool
Returns whether other is a subset of self
Trait Implementations§
Source§impl BitAnd for VideoSessionParametersCreateFlagsKHR
impl BitAnd for VideoSessionParametersCreateFlagsKHR
Source§type Output = VideoSessionParametersCreateFlagsKHR
type Output = VideoSessionParametersCreateFlagsKHR
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: VideoSessionParametersCreateFlagsKHR,
) -> VideoSessionParametersCreateFlagsKHR
fn bitand( self, rhs: VideoSessionParametersCreateFlagsKHR, ) -> VideoSessionParametersCreateFlagsKHR
Performs the
& operation. Read moreSource§impl BitAndAssign for VideoSessionParametersCreateFlagsKHR
impl BitAndAssign for VideoSessionParametersCreateFlagsKHR
Source§fn bitand_assign(&mut self, rhs: VideoSessionParametersCreateFlagsKHR)
fn bitand_assign(&mut self, rhs: VideoSessionParametersCreateFlagsKHR)
Performs the
&= operation. Read moreSource§impl BitOr for VideoSessionParametersCreateFlagsKHR
impl BitOr for VideoSessionParametersCreateFlagsKHR
Source§type Output = VideoSessionParametersCreateFlagsKHR
type Output = VideoSessionParametersCreateFlagsKHR
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: VideoSessionParametersCreateFlagsKHR,
) -> VideoSessionParametersCreateFlagsKHR
fn bitor( self, rhs: VideoSessionParametersCreateFlagsKHR, ) -> VideoSessionParametersCreateFlagsKHR
Performs the
| operation. Read moreSource§impl BitOrAssign for VideoSessionParametersCreateFlagsKHR
impl BitOrAssign for VideoSessionParametersCreateFlagsKHR
Source§fn bitor_assign(&mut self, rhs: VideoSessionParametersCreateFlagsKHR)
fn bitor_assign(&mut self, rhs: VideoSessionParametersCreateFlagsKHR)
Performs the
|= operation. Read moreSource§impl BitXor for VideoSessionParametersCreateFlagsKHR
impl BitXor for VideoSessionParametersCreateFlagsKHR
Source§type Output = VideoSessionParametersCreateFlagsKHR
type Output = VideoSessionParametersCreateFlagsKHR
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: VideoSessionParametersCreateFlagsKHR,
) -> VideoSessionParametersCreateFlagsKHR
fn bitxor( self, rhs: VideoSessionParametersCreateFlagsKHR, ) -> VideoSessionParametersCreateFlagsKHR
Performs the
^ operation. Read moreSource§impl BitXorAssign for VideoSessionParametersCreateFlagsKHR
impl BitXorAssign for VideoSessionParametersCreateFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: VideoSessionParametersCreateFlagsKHR)
fn bitxor_assign(&mut self, rhs: VideoSessionParametersCreateFlagsKHR)
Performs the
^= operation. Read moreSource§impl Clone for VideoSessionParametersCreateFlagsKHR
impl Clone for VideoSessionParametersCreateFlagsKHR
Source§fn clone(&self) -> VideoSessionParametersCreateFlagsKHR
fn clone(&self) -> VideoSessionParametersCreateFlagsKHR
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 Default for VideoSessionParametersCreateFlagsKHR
impl Default for VideoSessionParametersCreateFlagsKHR
Source§fn default() -> VideoSessionParametersCreateFlagsKHR
fn default() -> VideoSessionParametersCreateFlagsKHR
Returns the “default value” for a type. Read more
Source§impl Not for VideoSessionParametersCreateFlagsKHR
impl Not for VideoSessionParametersCreateFlagsKHR
Source§type Output = VideoSessionParametersCreateFlagsKHR
type Output = VideoSessionParametersCreateFlagsKHR
The resulting type after applying the
! operator.Source§fn not(self) -> VideoSessionParametersCreateFlagsKHR
fn not(self) -> VideoSessionParametersCreateFlagsKHR
Performs the unary
! operation. Read moreSource§impl Ord for VideoSessionParametersCreateFlagsKHR
impl Ord for VideoSessionParametersCreateFlagsKHR
Source§fn cmp(&self, other: &VideoSessionParametersCreateFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoSessionParametersCreateFlagsKHR) -> 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 VideoSessionParametersCreateFlagsKHR
impl PartialEq for VideoSessionParametersCreateFlagsKHR
Source§fn eq(&self, other: &VideoSessionParametersCreateFlagsKHR) -> bool
fn eq(&self, other: &VideoSessionParametersCreateFlagsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoSessionParametersCreateFlagsKHR
impl PartialOrd for VideoSessionParametersCreateFlagsKHR
impl Copy for VideoSessionParametersCreateFlagsKHR
impl Eq for VideoSessionParametersCreateFlagsKHR
impl StructuralPartialEq for VideoSessionParametersCreateFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoSessionParametersCreateFlagsKHR
impl RefUnwindSafe for VideoSessionParametersCreateFlagsKHR
impl Send for VideoSessionParametersCreateFlagsKHR
impl Sync for VideoSessionParametersCreateFlagsKHR
impl Unpin for VideoSessionParametersCreateFlagsKHR
impl UnwindSafe for VideoSessionParametersCreateFlagsKHR
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