pub struct EsRate(/* private fields */);Expand description
Indication of an Elementary Stream’s data rate
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EsRate
impl RefUnwindSafe for EsRate
impl Send for EsRate
impl Sync for EsRate
impl Unpin for EsRate
impl UnwindSafe for EsRate
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