Struct ash::vk::VideoSessionCreateFlagsKHR
source · #[repr(transparent)]pub struct VideoSessionCreateFlagsKHR(_);
Expand description
Implementations§
source§impl VideoSessionCreateFlagsKHR
impl VideoSessionCreateFlagsKHR
source§impl VideoSessionCreateFlagsKHR
impl VideoSessionCreateFlagsKHR
pub const DEFAULT: Self = _
pub const PROTECTED_CONTENT: Self = _
Trait Implementations§
source§impl BitAndAssign<VideoSessionCreateFlagsKHR> for VideoSessionCreateFlagsKHR
impl BitAndAssign<VideoSessionCreateFlagsKHR> for VideoSessionCreateFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<VideoSessionCreateFlagsKHR> for VideoSessionCreateFlagsKHR
impl BitOrAssign<VideoSessionCreateFlagsKHR> for VideoSessionCreateFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<VideoSessionCreateFlagsKHR> for VideoSessionCreateFlagsKHR
impl BitXorAssign<VideoSessionCreateFlagsKHR> for VideoSessionCreateFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for VideoSessionCreateFlagsKHR
impl Clone for VideoSessionCreateFlagsKHR
source§fn clone(&self) -> VideoSessionCreateFlagsKHR
fn clone(&self) -> VideoSessionCreateFlagsKHR
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 VideoSessionCreateFlagsKHR
impl Debug for VideoSessionCreateFlagsKHR
source§impl Default for VideoSessionCreateFlagsKHR
impl Default for VideoSessionCreateFlagsKHR
source§impl Hash for VideoSessionCreateFlagsKHR
impl Hash for VideoSessionCreateFlagsKHR
source§impl Not for VideoSessionCreateFlagsKHR
impl Not for VideoSessionCreateFlagsKHR
source§impl Ord for VideoSessionCreateFlagsKHR
impl Ord for VideoSessionCreateFlagsKHR
source§fn cmp(&self, other: &VideoSessionCreateFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoSessionCreateFlagsKHR) -> 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<VideoSessionCreateFlagsKHR> for VideoSessionCreateFlagsKHR
impl PartialEq<VideoSessionCreateFlagsKHR> for VideoSessionCreateFlagsKHR
source§fn eq(&self, other: &VideoSessionCreateFlagsKHR) -> bool
fn eq(&self, other: &VideoSessionCreateFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<VideoSessionCreateFlagsKHR> for VideoSessionCreateFlagsKHR
impl PartialOrd<VideoSessionCreateFlagsKHR> for VideoSessionCreateFlagsKHR
source§fn partial_cmp(&self, other: &VideoSessionCreateFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoSessionCreateFlagsKHR) -> 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 more