pub struct Btrt {
pub buffer_size_db: u32,
pub max_bitrate: u32,
pub avg_bitrate: u32,
}Fields§
§buffer_size_db: u32§max_bitrate: u32§avg_bitrate: u32Implementations§
Trait Implementations§
impl Eq for Btrt
impl StructuralPartialEq for Btrt
Auto Trait Implementations§
impl Freeze for Btrt
impl RefUnwindSafe for Btrt
impl Send for Btrt
impl Sync for Btrt
impl Unpin for Btrt
impl UnwindSafe for Btrt
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