#[repr(u32)]pub enum BitrateMode {
Vbr = 0,
Cbr = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BitrateMode
impl Clone for BitrateMode
Source§fn clone(&self) -> BitrateMode
fn clone(&self) -> BitrateMode
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 Debug for BitrateMode
impl Debug for BitrateMode
Source§impl Ord for BitrateMode
impl Ord for BitrateMode
Source§fn cmp(&self, other: &BitrateMode) -> Ordering
fn cmp(&self, other: &BitrateMode) -> 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 BitrateMode
impl PartialEq for BitrateMode
Source§impl PartialOrd for BitrateMode
impl PartialOrd for BitrateMode
Source§impl TryFrom<Le32> for BitrateMode
impl TryFrom<Le32> for BitrateMode
impl Copy for BitrateMode
impl Eq for BitrateMode
impl StructuralPartialEq for BitrateMode
Auto Trait Implementations§
impl Freeze for BitrateMode
impl RefUnwindSafe for BitrateMode
impl Send for BitrateMode
impl Sync for BitrateMode
impl Unpin for BitrateMode
impl UnwindSafe for BitrateMode
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