#[repr(transparent)]pub struct VideoDecodeFlagsKHR(_);Expand description
Implementations
sourceimpl VideoDecodeFlagsKHR
impl VideoDecodeFlagsKHR
pub const fn empty() -> VideoDecodeFlagsKHR
pub const fn from_raw(x: u32) -> VideoDecodeFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: VideoDecodeFlagsKHR) -> bool
sourcepub const fn contains(self, other: VideoDecodeFlagsKHR) -> bool
pub const fn contains(self, other: VideoDecodeFlagsKHR) -> bool
Returns whether other is a subset of self
sourceimpl VideoDecodeFlagsKHR
impl VideoDecodeFlagsKHR
pub const DEFAULT: VideoDecodeFlagsKHR = Self(0)
pub const RESERVED_0: VideoDecodeFlagsKHR = Self(1)
Trait Implementations
sourceimpl BitAnd<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
impl BitAnd<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
type Output = VideoDecodeFlagsKHR
type Output = VideoDecodeFlagsKHR
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: VideoDecodeFlagsKHR) -> VideoDecodeFlagsKHR
fn bitand(self, rhs: VideoDecodeFlagsKHR) -> VideoDecodeFlagsKHR
Performs the & operation. Read more
sourceimpl BitAndAssign<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
impl BitAndAssign<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
sourcefn bitand_assign(&mut self, rhs: VideoDecodeFlagsKHR)
fn bitand_assign(&mut self, rhs: VideoDecodeFlagsKHR)
Performs the &= operation. Read more
sourceimpl BitOr<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
impl BitOr<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
type Output = VideoDecodeFlagsKHR
type Output = VideoDecodeFlagsKHR
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: VideoDecodeFlagsKHR) -> VideoDecodeFlagsKHR
fn bitor(self, rhs: VideoDecodeFlagsKHR) -> VideoDecodeFlagsKHR
Performs the | operation. Read more
sourceimpl BitOrAssign<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
impl BitOrAssign<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
sourcefn bitor_assign(&mut self, rhs: VideoDecodeFlagsKHR)
fn bitor_assign(&mut self, rhs: VideoDecodeFlagsKHR)
Performs the |= operation. Read more
sourceimpl BitXor<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
impl BitXor<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
type Output = VideoDecodeFlagsKHR
type Output = VideoDecodeFlagsKHR
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: VideoDecodeFlagsKHR) -> VideoDecodeFlagsKHR
fn bitxor(self, rhs: VideoDecodeFlagsKHR) -> VideoDecodeFlagsKHR
Performs the ^ operation. Read more
sourceimpl BitXorAssign<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
impl BitXorAssign<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
sourcefn bitxor_assign(&mut self, rhs: VideoDecodeFlagsKHR)
fn bitxor_assign(&mut self, rhs: VideoDecodeFlagsKHR)
Performs the ^= operation. Read more
sourceimpl Clone for VideoDecodeFlagsKHR
impl Clone for VideoDecodeFlagsKHR
sourcefn clone(&self) -> VideoDecodeFlagsKHR
fn clone(&self) -> VideoDecodeFlagsKHR
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 more
sourceimpl Debug for VideoDecodeFlagsKHR
impl Debug for VideoDecodeFlagsKHR
sourceimpl Default for VideoDecodeFlagsKHR
impl Default for VideoDecodeFlagsKHR
sourcefn default() -> VideoDecodeFlagsKHR
fn default() -> VideoDecodeFlagsKHR
Returns the “default value” for a type. Read more
sourceimpl Hash for VideoDecodeFlagsKHR
impl Hash for VideoDecodeFlagsKHR
sourceimpl Not for VideoDecodeFlagsKHR
impl Not for VideoDecodeFlagsKHR
type Output = VideoDecodeFlagsKHR
type Output = VideoDecodeFlagsKHR
The resulting type after applying the ! operator.
sourcefn not(self) -> VideoDecodeFlagsKHR
fn not(self) -> VideoDecodeFlagsKHR
Performs the unary ! operation. Read more
sourceimpl Ord for VideoDecodeFlagsKHR
impl Ord for VideoDecodeFlagsKHR
sourceimpl PartialEq<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
impl PartialEq<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
sourcefn eq(&self, other: &VideoDecodeFlagsKHR) -> bool
fn eq(&self, other: &VideoDecodeFlagsKHR) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &VideoDecodeFlagsKHR) -> bool
fn ne(&self, other: &VideoDecodeFlagsKHR) -> bool
This method tests for !=.
sourceimpl PartialOrd<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
impl PartialOrd<VideoDecodeFlagsKHR> for VideoDecodeFlagsKHR
sourcefn partial_cmp(&self, other: &VideoDecodeFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoDecodeFlagsKHR) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
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 more
impl Copy for VideoDecodeFlagsKHR
impl Eq for VideoDecodeFlagsKHR
impl StructuralEq for VideoDecodeFlagsKHR
impl StructuralPartialEq for VideoDecodeFlagsKHR
Auto Trait Implementations
impl RefUnwindSafe for VideoDecodeFlagsKHR
impl Send for VideoDecodeFlagsKHR
impl Sync for VideoDecodeFlagsKHR
impl Unpin for VideoDecodeFlagsKHR
impl UnwindSafe for VideoDecodeFlagsKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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