pub enum AacProfile {
UNKNOWN = -1,
LC = 2,
SSR = 3,
HE = 5,
HEV2 = 29,
}Variants§
Trait Implementations§
Source§impl Clone for AacProfile
impl Clone for AacProfile
Source§fn clone(&self) -> AacProfile
fn clone(&self) -> AacProfile
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 moreSource§impl Debug for AacProfile
impl Debug for AacProfile
Source§impl Default for AacProfile
impl Default for AacProfile
Source§fn default() -> AacProfile
fn default() -> AacProfile
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AacProfile
impl RefUnwindSafe for AacProfile
impl Send for AacProfile
impl Sync for AacProfile
impl Unpin for AacProfile
impl UnsafeUnpin for AacProfile
impl UnwindSafe for AacProfile
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