pub struct Mp3Options {
pub quality: Mp3Quality,
}Expand description
MP3 (libmp3lame) per-codec options.
Fields§
§quality: Mp3QualityVBR quality or CBR bitrate selection.
Trait Implementations§
Source§impl Clone for Mp3Options
impl Clone for Mp3Options
Source§fn clone(&self) -> Mp3Options
fn clone(&self) -> Mp3Options
Returns a duplicate 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 Mp3Options
impl Debug for Mp3Options
Auto Trait Implementations§
impl Freeze for Mp3Options
impl RefUnwindSafe for Mp3Options
impl Send for Mp3Options
impl Sync for Mp3Options
impl Unpin for Mp3Options
impl UnsafeUnpin for Mp3Options
impl UnwindSafe for Mp3Options
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