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
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for VideoEncodeH265RateControlStructureEXT
impl PartialOrd for VideoEncodeH265RateControlStructureEXT
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)