pub struct EsDescriptor {
pub es_id: u16,
pub dec_config: DecoderConfig,
pub sl_config: SLConfig,
}Fields§
§es_id: u16§dec_config: DecoderConfig§sl_config: SLConfigImplementations§
Trait Implementations§
Source§impl Clone for EsDescriptor
impl Clone for EsDescriptor
Source§fn clone(&self) -> EsDescriptor
fn clone(&self) -> EsDescriptor
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 EsDescriptor
impl Debug for EsDescriptor
Source§impl Decode for EsDescriptor
impl Decode for EsDescriptor
Source§impl Default for EsDescriptor
impl Default for EsDescriptor
Source§fn default() -> EsDescriptor
fn default() -> EsDescriptor
Returns the “default value” for a type. Read more
Source§impl From<EsDescriptor> for Descriptor
impl From<EsDescriptor> for Descriptor
Source§fn from(desc: EsDescriptor) -> Self
fn from(desc: EsDescriptor) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EsDescriptor
impl PartialEq for EsDescriptor
impl Copy for EsDescriptor
impl Eq for EsDescriptor
impl StructuralPartialEq for EsDescriptor
Auto Trait Implementations§
impl Freeze for EsDescriptor
impl RefUnwindSafe for EsDescriptor
impl Send for EsDescriptor
impl Sync for EsDescriptor
impl Unpin for EsDescriptor
impl UnwindSafe for EsDescriptor
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