Struct ash::vk::VideoEncodeH265RateControlStructureEXT
source · pub struct VideoEncodeH265RateControlStructureEXT(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for VideoEncodeH265RateControlStructureEXT
impl Clone for VideoEncodeH265RateControlStructureEXT
source§fn clone(&self) -> VideoEncodeH265RateControlStructureEXT
fn clone(&self) -> VideoEncodeH265RateControlStructureEXT
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 Default for VideoEncodeH265RateControlStructureEXT
impl Default for VideoEncodeH265RateControlStructureEXT
source§fn default() -> VideoEncodeH265RateControlStructureEXT
fn default() -> VideoEncodeH265RateControlStructureEXT
Returns the “default value” for a type. Read more
source§impl Ord for VideoEncodeH265RateControlStructureEXT
impl Ord for VideoEncodeH265RateControlStructureEXT
source§fn cmp(&self, other: &VideoEncodeH265RateControlStructureEXT) -> Ordering
fn cmp(&self, other: &VideoEncodeH265RateControlStructureEXT) -> 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 VideoEncodeH265RateControlStructureEXT
impl PartialEq for VideoEncodeH265RateControlStructureEXT
source§fn eq(&self, other: &VideoEncodeH265RateControlStructureEXT) -> bool
fn eq(&self, other: &VideoEncodeH265RateControlStructureEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for VideoEncodeH265RateControlStructureEXT
impl PartialOrd for VideoEncodeH265RateControlStructureEXT
source§fn partial_cmp(
&self,
other: &VideoEncodeH265RateControlStructureEXT
) -> Option<Ordering>
fn partial_cmp( &self, other: &VideoEncodeH265RateControlStructureEXT ) -> 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 VideoEncodeH265RateControlStructureEXT
impl Eq for VideoEncodeH265RateControlStructureEXT
impl StructuralPartialEq for VideoEncodeH265RateControlStructureEXT
Auto Trait Implementations§
impl Freeze for VideoEncodeH265RateControlStructureEXT
impl RefUnwindSafe for VideoEncodeH265RateControlStructureEXT
impl Send for VideoEncodeH265RateControlStructureEXT
impl Sync for VideoEncodeH265RateControlStructureEXT
impl Unpin for VideoEncodeH265RateControlStructureEXT
impl UnwindSafe for VideoEncodeH265RateControlStructureEXT
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