Struct ash::vk::VideoBeginCodingFlagsKHR
source · pub struct VideoBeginCodingFlagsKHR(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAnd for VideoBeginCodingFlagsKHR
impl BitAnd for VideoBeginCodingFlagsKHR
source§impl BitAndAssign for VideoBeginCodingFlagsKHR
impl BitAndAssign for VideoBeginCodingFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for VideoBeginCodingFlagsKHR
impl BitOr for VideoBeginCodingFlagsKHR
source§impl BitOrAssign for VideoBeginCodingFlagsKHR
impl BitOrAssign for VideoBeginCodingFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for VideoBeginCodingFlagsKHR
impl BitXor for VideoBeginCodingFlagsKHR
source§impl BitXorAssign for VideoBeginCodingFlagsKHR
impl BitXorAssign for VideoBeginCodingFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for VideoBeginCodingFlagsKHR
impl Clone for VideoBeginCodingFlagsKHR
source§fn clone(&self) -> VideoBeginCodingFlagsKHR
fn clone(&self) -> VideoBeginCodingFlagsKHR
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 VideoBeginCodingFlagsKHR
impl Debug for VideoBeginCodingFlagsKHR
source§impl Default for VideoBeginCodingFlagsKHR
impl Default for VideoBeginCodingFlagsKHR
source§impl Hash for VideoBeginCodingFlagsKHR
impl Hash for VideoBeginCodingFlagsKHR
source§impl Not for VideoBeginCodingFlagsKHR
impl Not for VideoBeginCodingFlagsKHR
source§impl Ord for VideoBeginCodingFlagsKHR
impl Ord for VideoBeginCodingFlagsKHR
source§fn cmp(&self, other: &VideoBeginCodingFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoBeginCodingFlagsKHR) -> 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 for VideoBeginCodingFlagsKHR
impl PartialEq for VideoBeginCodingFlagsKHR
source§fn eq(&self, other: &VideoBeginCodingFlagsKHR) -> bool
fn eq(&self, other: &VideoBeginCodingFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for VideoBeginCodingFlagsKHR
impl PartialOrd for VideoBeginCodingFlagsKHR
source§fn partial_cmp(&self, other: &VideoBeginCodingFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoBeginCodingFlagsKHR) -> 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 moreimpl Copy for VideoBeginCodingFlagsKHR
impl Eq for VideoBeginCodingFlagsKHR
impl StructuralPartialEq for VideoBeginCodingFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoBeginCodingFlagsKHR
impl RefUnwindSafe for VideoBeginCodingFlagsKHR
impl Send for VideoBeginCodingFlagsKHR
impl Sync for VideoBeginCodingFlagsKHR
impl Unpin for VideoBeginCodingFlagsKHR
impl UnwindSafe for VideoBeginCodingFlagsKHR
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more