Struct screen_13::prelude::vk::VideoComponentBitDepthFlagsKHR
source · pub struct VideoComponentBitDepthFlagsKHR(_);Expand description
Implementations
sourceimpl 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
sourceimpl 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
sourceimpl BitAnd<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl BitAnd<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
The resulting type after applying the
& operator.sourcefn bitand(
self,
rhs: VideoComponentBitDepthFlagsKHR
) -> VideoComponentBitDepthFlagsKHR
fn bitand(
self,
rhs: VideoComponentBitDepthFlagsKHR
) -> VideoComponentBitDepthFlagsKHR
Performs the
& operation. Read moresourceimpl BitAndAssign<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl BitAndAssign<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
sourcefn bitand_assign(&mut self, rhs: VideoComponentBitDepthFlagsKHR)
fn bitand_assign(&mut self, rhs: VideoComponentBitDepthFlagsKHR)
Performs the
&= operation. Read moresourceimpl BitOr<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl BitOr<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
The resulting type after applying the
| operator.sourcefn bitor(
self,
rhs: VideoComponentBitDepthFlagsKHR
) -> VideoComponentBitDepthFlagsKHR
fn bitor(
self,
rhs: VideoComponentBitDepthFlagsKHR
) -> VideoComponentBitDepthFlagsKHR
Performs the
| operation. Read moresourceimpl BitOrAssign<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl BitOrAssign<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
sourcefn bitor_assign(&mut self, rhs: VideoComponentBitDepthFlagsKHR)
fn bitor_assign(&mut self, rhs: VideoComponentBitDepthFlagsKHR)
Performs the
|= operation. Read moresourceimpl BitXor<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl BitXor<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
The resulting type after applying the
^ operator.sourcefn bitxor(
self,
rhs: VideoComponentBitDepthFlagsKHR
) -> VideoComponentBitDepthFlagsKHR
fn bitxor(
self,
rhs: VideoComponentBitDepthFlagsKHR
) -> VideoComponentBitDepthFlagsKHR
Performs the
^ operation. Read moresourceimpl BitXorAssign<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl BitXorAssign<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
sourcefn bitxor_assign(&mut self, rhs: VideoComponentBitDepthFlagsKHR)
fn bitxor_assign(&mut self, rhs: VideoComponentBitDepthFlagsKHR)
Performs the
^= operation. Read moresourceimpl Clone for VideoComponentBitDepthFlagsKHR
impl Clone for VideoComponentBitDepthFlagsKHR
sourcefn clone(&self) -> VideoComponentBitDepthFlagsKHR
fn clone(&self) -> VideoComponentBitDepthFlagsKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for VideoComponentBitDepthFlagsKHR
impl Default for VideoComponentBitDepthFlagsKHR
sourcefn default() -> VideoComponentBitDepthFlagsKHR
fn default() -> VideoComponentBitDepthFlagsKHR
Returns the “default value” for a type. Read more
sourceimpl Hash for VideoComponentBitDepthFlagsKHR
impl Hash for VideoComponentBitDepthFlagsKHR
sourceimpl Not for VideoComponentBitDepthFlagsKHR
impl Not for VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
type Output = VideoComponentBitDepthFlagsKHR
The resulting type after applying the
! operator.sourcefn not(self) -> VideoComponentBitDepthFlagsKHR
fn not(self) -> VideoComponentBitDepthFlagsKHR
Performs the unary
! operation. Read moresourceimpl Ord for VideoComponentBitDepthFlagsKHR
impl Ord for VideoComponentBitDepthFlagsKHR
sourcefn cmp(&self, other: &VideoComponentBitDepthFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoComponentBitDepthFlagsKHR) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl PartialEq<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
sourcefn eq(&self, other: &VideoComponentBitDepthFlagsKHR) -> bool
fn eq(&self, other: &VideoComponentBitDepthFlagsKHR) -> bool
sourceimpl PartialOrd<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
impl PartialOrd<VideoComponentBitDepthFlagsKHR> for VideoComponentBitDepthFlagsKHR
sourcefn partial_cmp(&self, other: &VideoComponentBitDepthFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoComponentBitDepthFlagsKHR) -> Option<Ordering>
1.0.0 · sourcefn 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 moreimpl Copy for VideoComponentBitDepthFlagsKHR
impl Eq for VideoComponentBitDepthFlagsKHR
impl StructuralEq for VideoComponentBitDepthFlagsKHR
impl StructuralPartialEq for VideoComponentBitDepthFlagsKHR
Auto Trait Implementations
impl RefUnwindSafe for VideoComponentBitDepthFlagsKHR
impl Send for VideoComponentBitDepthFlagsKHR
impl Sync for VideoComponentBitDepthFlagsKHR
impl Unpin for VideoComponentBitDepthFlagsKHR
impl UnwindSafe for VideoComponentBitDepthFlagsKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more