Enum plex_api::transcode::AudioSetting
source · pub enum AudioSetting {
Channels,
SamplingRate,
BitDepth,
}Variants§
Trait Implementations§
source§impl Clone for AudioSetting
impl Clone for AudioSetting
source§fn clone(&self) -> AudioSetting
fn clone(&self) -> AudioSetting
Returns a copy 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 AudioSetting
impl Debug for AudioSetting
source§impl ToString for AudioSetting
impl ToString for AudioSetting
impl Copy for AudioSetting
Auto Trait Implementations§
impl RefUnwindSafe for AudioSetting
impl Send for AudioSetting
impl Sync for AudioSetting
impl Unpin for AudioSetting
impl UnwindSafe for AudioSetting
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