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