pub struct PdcDescriptor {
pub programme_identification_label: u32,
}Expand description
PDC Descriptor.
Fields§
§programme_identification_label: u3220-bit programme_identification_label (day/month/hour/minute packed).
Trait Implementations§
Source§impl Clone for PdcDescriptor
impl Clone for PdcDescriptor
Source§fn clone(&self) -> PdcDescriptor
fn clone(&self) -> PdcDescriptor
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 PdcDescriptor
Source§impl Debug for PdcDescriptor
impl Debug for PdcDescriptor
Source§impl<'a> Descriptor<'a> for PdcDescriptor
impl<'a> Descriptor<'a> for PdcDescriptor
Source§impl<'a> DescriptorDef<'a> for PdcDescriptor
impl<'a> DescriptorDef<'a> for PdcDescriptor
Source§impl<'de> Deserialize<'de> for PdcDescriptor
impl<'de> Deserialize<'de> for PdcDescriptor
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 PdcDescriptor
Source§impl<'a> From<PdcDescriptor> for AnyDescriptor<'a>
impl<'a> From<PdcDescriptor> for AnyDescriptor<'a>
Source§fn from(d: PdcDescriptor) -> Self
fn from(d: PdcDescriptor) -> Self
Converts to this type from the input type.
Source§impl<'a> Parse<'a> for PdcDescriptor
impl<'a> Parse<'a> for PdcDescriptor
Source§impl PartialEq for PdcDescriptor
impl PartialEq for PdcDescriptor
Source§fn eq(&self, other: &PdcDescriptor) -> bool
fn eq(&self, other: &PdcDescriptor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PdcDescriptor
impl Serialize for PdcDescriptor
Source§impl Serialize for PdcDescriptor
impl Serialize for PdcDescriptor
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 PdcDescriptor
Auto Trait Implementations§
impl Freeze for PdcDescriptor
impl RefUnwindSafe for PdcDescriptor
impl Send for PdcDescriptor
impl Sync for PdcDescriptor
impl Unpin for PdcDescriptor
impl UnsafeUnpin for PdcDescriptor
impl UnwindSafe for PdcDescriptor
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