pub struct Ac3SpecificBox {
pub fscod: u8,
pub bsid: u8,
pub bsmod: u8,
pub acmod: u8,
pub lfeon: bool,
pub bit_rate_code: u8,
}
Fields§
§fscod: u8
§bsid: u8
§bsmod: u8
§acmod: u8
§lfeon: bool
§bit_rate_code: u8
Trait Implementations§
Source§impl AnyAtom for Ac3SpecificBox
impl AnyAtom for Ac3SpecificBox
Source§impl Atom for Ac3SpecificBox
impl Atom for Ac3SpecificBox
Source§impl Clone for Ac3SpecificBox
impl Clone for Ac3SpecificBox
Source§fn clone(&self) -> Ac3SpecificBox
fn clone(&self) -> Ac3SpecificBox
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 Ac3SpecificBox
impl Debug for Ac3SpecificBox
Source§impl From<Ac3SpecificBox> for Any
impl From<Ac3SpecificBox> for Any
Source§fn from(inner: Ac3SpecificBox) -> Self
fn from(inner: Ac3SpecificBox) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Ac3SpecificBox
impl PartialEq for Ac3SpecificBox
Source§impl TryFrom<Any> for Ac3SpecificBox
impl TryFrom<Any> for Ac3SpecificBox
impl Eq for Ac3SpecificBox
impl StructuralPartialEq for Ac3SpecificBox
Auto Trait Implementations§
impl Freeze for Ac3SpecificBox
impl RefUnwindSafe for Ac3SpecificBox
impl Send for Ac3SpecificBox
impl Sync for Ac3SpecificBox
impl Unpin for Ac3SpecificBox
impl UnwindSafe for Ac3SpecificBox
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