pub struct BitRate(/* private fields */);Expand description
Bitrate of the encoder.
Implementations§
Trait Implementations§
Source§impl Ord for BitRate
impl Ord for BitRate
Source§impl PartialOrd for BitRate
impl PartialOrd for BitRate
impl Copy for BitRate
impl Eq for BitRate
impl StructuralPartialEq for BitRate
Auto Trait Implementations§
impl Freeze for BitRate
impl RefUnwindSafe for BitRate
impl Send for BitRate
impl Sync for BitRate
impl Unpin for BitRate
impl UnsafeUnpin for BitRate
impl UnwindSafe for BitRate
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