Struct screen_13::prelude::vk::VideoEncodeFlagsKHR
source · pub struct VideoEncodeFlagsKHR(_);Expand description
Implementations§
source§impl VideoEncodeFlagsKHR
impl VideoEncodeFlagsKHR
pub const fn empty() -> VideoEncodeFlagsKHR
pub const fn from_raw(x: u32) -> VideoEncodeFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: VideoEncodeFlagsKHR) -> bool
sourcepub const fn contains(self, other: VideoEncodeFlagsKHR) -> bool
pub const fn contains(self, other: VideoEncodeFlagsKHR) -> bool
Returns whether other is a subset of self
Trait Implementations§
source§impl BitAnd<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
impl BitAnd<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
§type Output = VideoEncodeFlagsKHR
type Output = VideoEncodeFlagsKHR
The resulting type after applying the
& operator.source§fn bitand(self, rhs: VideoEncodeFlagsKHR) -> VideoEncodeFlagsKHR
fn bitand(self, rhs: VideoEncodeFlagsKHR) -> VideoEncodeFlagsKHR
Performs the
& operation. Read moresource§impl BitAndAssign<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
impl BitAndAssign<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
source§fn bitand_assign(&mut self, rhs: VideoEncodeFlagsKHR)
fn bitand_assign(&mut self, rhs: VideoEncodeFlagsKHR)
Performs the
&= operation. Read moresource§impl BitOr<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
impl BitOr<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
§type Output = VideoEncodeFlagsKHR
type Output = VideoEncodeFlagsKHR
The resulting type after applying the
| operator.source§fn bitor(self, rhs: VideoEncodeFlagsKHR) -> VideoEncodeFlagsKHR
fn bitor(self, rhs: VideoEncodeFlagsKHR) -> VideoEncodeFlagsKHR
Performs the
| operation. Read moresource§impl BitOrAssign<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
impl BitOrAssign<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
source§fn bitor_assign(&mut self, rhs: VideoEncodeFlagsKHR)
fn bitor_assign(&mut self, rhs: VideoEncodeFlagsKHR)
Performs the
|= operation. Read moresource§impl BitXor<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
impl BitXor<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
§type Output = VideoEncodeFlagsKHR
type Output = VideoEncodeFlagsKHR
The resulting type after applying the
^ operator.source§fn bitxor(self, rhs: VideoEncodeFlagsKHR) -> VideoEncodeFlagsKHR
fn bitxor(self, rhs: VideoEncodeFlagsKHR) -> VideoEncodeFlagsKHR
Performs the
^ operation. Read moresource§impl BitXorAssign<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
impl BitXorAssign<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
source§fn bitxor_assign(&mut self, rhs: VideoEncodeFlagsKHR)
fn bitxor_assign(&mut self, rhs: VideoEncodeFlagsKHR)
Performs the
^= operation. Read moresource§impl Clone for VideoEncodeFlagsKHR
impl Clone for VideoEncodeFlagsKHR
source§fn clone(&self) -> VideoEncodeFlagsKHR
fn clone(&self) -> VideoEncodeFlagsKHR
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 VideoEncodeFlagsKHR
impl Debug for VideoEncodeFlagsKHR
source§impl Default for VideoEncodeFlagsKHR
impl Default for VideoEncodeFlagsKHR
source§fn default() -> VideoEncodeFlagsKHR
fn default() -> VideoEncodeFlagsKHR
Returns the “default value” for a type. Read more
source§impl Hash for VideoEncodeFlagsKHR
impl Hash for VideoEncodeFlagsKHR
source§impl Not for VideoEncodeFlagsKHR
impl Not for VideoEncodeFlagsKHR
§type Output = VideoEncodeFlagsKHR
type Output = VideoEncodeFlagsKHR
The resulting type after applying the
! operator.source§fn not(self) -> VideoEncodeFlagsKHR
fn not(self) -> VideoEncodeFlagsKHR
Performs the unary
! operation. Read moresource§impl Ord for VideoEncodeFlagsKHR
impl Ord for VideoEncodeFlagsKHR
source§fn cmp(&self, other: &VideoEncodeFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoEncodeFlagsKHR) -> 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<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
impl PartialEq<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
source§fn eq(&self, other: &VideoEncodeFlagsKHR) -> bool
fn eq(&self, other: &VideoEncodeFlagsKHR) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
impl PartialOrd<VideoEncodeFlagsKHR> for VideoEncodeFlagsKHR
source§fn partial_cmp(&self, other: &VideoEncodeFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoEncodeFlagsKHR) -> 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