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