pub struct AncillaryDataDescriptor {
pub ancillary_data_identifier: u8,
}Expand description
Ancillary Data Descriptor.
Fields§
§ancillary_data_identifier: u88-bit ancillary_data_identifier flag field (Table 16).
Trait Implementations§
Source§impl Clone for AncillaryDataDescriptor
impl Clone for AncillaryDataDescriptor
Source§fn clone(&self) -> AncillaryDataDescriptor
fn clone(&self) -> AncillaryDataDescriptor
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 AncillaryDataDescriptor
Source§impl Debug for AncillaryDataDescriptor
impl Debug for AncillaryDataDescriptor
Source§impl<'a> Descriptor<'a> for AncillaryDataDescriptor
impl<'a> Descriptor<'a> for AncillaryDataDescriptor
Source§impl<'a> DescriptorDef<'a> for AncillaryDataDescriptor
impl<'a> DescriptorDef<'a> for AncillaryDataDescriptor
impl Eq for AncillaryDataDescriptor
Source§impl<'a> From<AncillaryDataDescriptor> for AnyDescriptor<'a>
impl<'a> From<AncillaryDataDescriptor> for AnyDescriptor<'a>
Source§fn from(d: AncillaryDataDescriptor) -> Self
fn from(d: AncillaryDataDescriptor) -> Self
Converts to this type from the input type.
Source§impl<'a> Parse<'a> for AncillaryDataDescriptor
impl<'a> Parse<'a> for AncillaryDataDescriptor
Source§impl PartialEq for AncillaryDataDescriptor
impl PartialEq for AncillaryDataDescriptor
Source§fn eq(&self, other: &AncillaryDataDescriptor) -> bool
fn eq(&self, other: &AncillaryDataDescriptor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AncillaryDataDescriptor
impl Serialize for AncillaryDataDescriptor
Source§impl Serialize for AncillaryDataDescriptor
impl Serialize for AncillaryDataDescriptor
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 AncillaryDataDescriptor
Auto Trait Implementations§
impl Freeze for AncillaryDataDescriptor
impl RefUnwindSafe for AncillaryDataDescriptor
impl Send for AncillaryDataDescriptor
impl Sync for AncillaryDataDescriptor
impl Unpin for AncillaryDataDescriptor
impl UnsafeUnpin for AncillaryDataDescriptor
impl UnwindSafe for AncillaryDataDescriptor
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