pub struct AdaptationFieldDataDescriptor {
pub adaptation_field_data_identifier: u8,
}Expand description
Adaptation Field Data Descriptor.
Fields§
§adaptation_field_data_identifier: u88-bit adaptation_field_data_identifier flag field (Table 14).
Trait Implementations§
Source§impl Clone for AdaptationFieldDataDescriptor
impl Clone for AdaptationFieldDataDescriptor
Source§fn clone(&self) -> AdaptationFieldDataDescriptor
fn clone(&self) -> AdaptationFieldDataDescriptor
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 moreimpl Copy for AdaptationFieldDataDescriptor
Source§impl<'a> Descriptor<'a> for AdaptationFieldDataDescriptor
impl<'a> Descriptor<'a> for AdaptationFieldDataDescriptor
Source§impl<'de> Deserialize<'de> for AdaptationFieldDataDescriptor
impl<'de> Deserialize<'de> for AdaptationFieldDataDescriptor
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AdaptationFieldDataDescriptor
Source§impl<'a> Parse<'a> for AdaptationFieldDataDescriptor
impl<'a> Parse<'a> for AdaptationFieldDataDescriptor
Source§impl PartialEq for AdaptationFieldDataDescriptor
impl PartialEq for AdaptationFieldDataDescriptor
Source§fn eq(&self, other: &AdaptationFieldDataDescriptor) -> bool
fn eq(&self, other: &AdaptationFieldDataDescriptor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AdaptationFieldDataDescriptor
impl Serialize for AdaptationFieldDataDescriptor
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for AdaptationFieldDataDescriptor
Auto Trait Implementations§
impl Freeze for AdaptationFieldDataDescriptor
impl RefUnwindSafe for AdaptationFieldDataDescriptor
impl Send for AdaptationFieldDataDescriptor
impl Sync for AdaptationFieldDataDescriptor
impl Unpin for AdaptationFieldDataDescriptor
impl UnsafeUnpin for AdaptationFieldDataDescriptor
impl UnwindSafe for AdaptationFieldDataDescriptor
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