Struct ash::vk::bitflags::VideoEncodeH265CtbSizeFlagsKHR
source · #[repr(transparent)]pub struct VideoEncodeH265CtbSizeFlagsKHR(pub(crate) Flags);
Expand description
Tuple Fields§
§0: Flags
Implementations§
Trait Implementations§
source§impl BitAndAssign for VideoEncodeH265CtbSizeFlagsKHR
impl BitAndAssign for VideoEncodeH265CtbSizeFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for VideoEncodeH265CtbSizeFlagsKHR
impl BitOrAssign for VideoEncodeH265CtbSizeFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for VideoEncodeH265CtbSizeFlagsKHR
impl BitXorAssign for VideoEncodeH265CtbSizeFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for VideoEncodeH265CtbSizeFlagsKHR
impl Clone for VideoEncodeH265CtbSizeFlagsKHR
source§fn clone(&self) -> VideoEncodeH265CtbSizeFlagsKHR
fn clone(&self) -> VideoEncodeH265CtbSizeFlagsKHR
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 Not for VideoEncodeH265CtbSizeFlagsKHR
impl Not for VideoEncodeH265CtbSizeFlagsKHR
source§impl Ord for VideoEncodeH265CtbSizeFlagsKHR
impl Ord for VideoEncodeH265CtbSizeFlagsKHR
source§fn cmp(&self, other: &VideoEncodeH265CtbSizeFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoEncodeH265CtbSizeFlagsKHR) -> 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 VideoEncodeH265CtbSizeFlagsKHR
impl PartialEq for VideoEncodeH265CtbSizeFlagsKHR
source§fn eq(&self, other: &VideoEncodeH265CtbSizeFlagsKHR) -> bool
fn eq(&self, other: &VideoEncodeH265CtbSizeFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for VideoEncodeH265CtbSizeFlagsKHR
impl PartialOrd for VideoEncodeH265CtbSizeFlagsKHR
source§fn partial_cmp(
&self,
other: &VideoEncodeH265CtbSizeFlagsKHR,
) -> Option<Ordering>
fn partial_cmp( &self, other: &VideoEncodeH265CtbSizeFlagsKHR, ) -> 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 VideoEncodeH265CtbSizeFlagsKHR
impl Eq for VideoEncodeH265CtbSizeFlagsKHR
impl StructuralPartialEq for VideoEncodeH265CtbSizeFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeH265CtbSizeFlagsKHR
impl RefUnwindSafe for VideoEncodeH265CtbSizeFlagsKHR
impl Send for VideoEncodeH265CtbSizeFlagsKHR
impl Sync for VideoEncodeH265CtbSizeFlagsKHR
impl Unpin for VideoEncodeH265CtbSizeFlagsKHR
impl UnwindSafe for VideoEncodeH265CtbSizeFlagsKHR
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