pub struct BitrateBps(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for BitrateBps
impl Clone for BitrateBps
Source§fn clone(&self) -> BitrateBps
fn clone(&self) -> BitrateBps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BitrateBps
Source§impl Debug for BitrateBps
impl Debug for BitrateBps
impl Eq for BitrateBps
Source§impl Hash for BitrateBps
impl Hash for BitrateBps
Source§impl Ord for BitrateBps
impl Ord for BitrateBps
Source§fn cmp(&self, other: &BitrateBps) -> Ordering
fn cmp(&self, other: &BitrateBps) -> Ordering
1.21.0 (const: unstable) · 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 BitrateBps
impl PartialEq for BitrateBps
Source§impl PartialOrd for BitrateBps
impl PartialOrd for BitrateBps
impl StructuralPartialEq for BitrateBps
Auto Trait Implementations§
impl Freeze for BitrateBps
impl RefUnwindSafe for BitrateBps
impl Send for BitrateBps
impl Sync for BitrateBps
impl Unpin for BitrateBps
impl UnsafeUnpin for BitrateBps
impl UnwindSafe for BitrateBps
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