pub struct Ec3SpecificBox {
pub data_rate: u16,
pub substreams: Vec<Ec3IndependentSubstream>,
}
Fields§
§data_rate: u16
§substreams: Vec<Ec3IndependentSubstream>
Trait Implementations§
Source§impl AnyAtom for Ec3SpecificBox
impl AnyAtom for Ec3SpecificBox
Source§impl Atom for Ec3SpecificBox
impl Atom for Ec3SpecificBox
Source§impl Clone for Ec3SpecificBox
impl Clone for Ec3SpecificBox
Source§fn clone(&self) -> Ec3SpecificBox
fn clone(&self) -> Ec3SpecificBox
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 Ec3SpecificBox
impl Debug for Ec3SpecificBox
Source§impl From<Ec3SpecificBox> for Any
impl From<Ec3SpecificBox> for Any
Source§fn from(inner: Ec3SpecificBox) -> Self
fn from(inner: Ec3SpecificBox) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Ec3SpecificBox
impl PartialEq for Ec3SpecificBox
Source§impl TryFrom<Any> for Ec3SpecificBox
impl TryFrom<Any> for Ec3SpecificBox
impl Eq for Ec3SpecificBox
impl StructuralPartialEq for Ec3SpecificBox
Auto Trait Implementations§
impl Freeze for Ec3SpecificBox
impl RefUnwindSafe for Ec3SpecificBox
impl Send for Ec3SpecificBox
impl Sync for Ec3SpecificBox
impl Unpin for Ec3SpecificBox
impl UnwindSafe for Ec3SpecificBox
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