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