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