pub struct DecoderConfigOtherService {
pub decoder_config_metadata_service_id: u8,
}Expand description
Decoder configuration carried in another metadata service (decoder_config_flags == 0b100).
Fields§
§decoder_config_metadata_service_id: u8Decoder config metadata service ID.
Trait Implementations§
Source§impl Clone for DecoderConfigOtherService
impl Clone for DecoderConfigOtherService
Source§fn clone(&self) -> DecoderConfigOtherService
fn clone(&self) -> DecoderConfigOtherService
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 DecoderConfigOtherService
impl Debug for DecoderConfigOtherService
impl Eq for DecoderConfigOtherService
Source§impl PartialEq for DecoderConfigOtherService
impl PartialEq for DecoderConfigOtherService
Source§fn eq(&self, other: &DecoderConfigOtherService) -> bool
fn eq(&self, other: &DecoderConfigOtherService) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DecoderConfigOtherService
Auto Trait Implementations§
impl Freeze for DecoderConfigOtherService
impl RefUnwindSafe for DecoderConfigOtherService
impl Send for DecoderConfigOtherService
impl Sync for DecoderConfigOtherService
impl Unpin for DecoderConfigOtherService
impl UnsafeUnpin for DecoderConfigOtherService
impl UnwindSafe for DecoderConfigOtherService
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