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