pub struct Ec3IndependentSubstream {
pub fscod: u8,
pub bsid: u8,
pub asvc: bool,
pub bsmod: u8,
pub acmod: u8,
pub lfeon: bool,
pub num_dep_sub: u8,
pub chan_loc: Option<u16>,
}
Fields§
§fscod: u8
§bsid: u8
§asvc: bool
§bsmod: u8
§acmod: u8
§lfeon: bool
§num_dep_sub: u8
§chan_loc: Option<u16>
Trait Implementations§
Source§impl Clone for Ec3IndependentSubstream
impl Clone for Ec3IndependentSubstream
Source§fn clone(&self) -> Ec3IndependentSubstream
fn clone(&self) -> Ec3IndependentSubstream
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 Ec3IndependentSubstream
impl Debug for Ec3IndependentSubstream
Source§impl PartialEq for Ec3IndependentSubstream
impl PartialEq for Ec3IndependentSubstream
impl Eq for Ec3IndependentSubstream
impl StructuralPartialEq for Ec3IndependentSubstream
Auto Trait Implementations§
impl Freeze for Ec3IndependentSubstream
impl RefUnwindSafe for Ec3IndependentSubstream
impl Send for Ec3IndependentSubstream
impl Sync for Ec3IndependentSubstream
impl Unpin for Ec3IndependentSubstream
impl UnwindSafe for Ec3IndependentSubstream
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