[][src]Struct en_300_468_reader::sdt::ServiceDescriptor

pub struct ServiceDescriptor<'buf> { /* fields omitted */ }

Methods

impl<'buf> ServiceDescriptor<'buf>[src]

pub const TAG: u8[src]

pub fn new(
    tag: u8,
    data: &'buf [u8]
) -> Result<ServiceDescriptor<'buf>, DescriptorError>
[src]

pub fn service_type(&self) -> ServiceType[src]

pub fn service_provider_name(&self) -> Result<Text<'buf>, TextError>[src]

pub fn service_name(&self) -> Result<Text<'buf>, TextError>[src]

Trait Implementations

impl<'buf> Debug for ServiceDescriptor<'buf>[src]

Auto Trait Implementations

impl<'buf> Sync for ServiceDescriptor<'buf>

impl<'buf> Unpin for ServiceDescriptor<'buf>

impl<'buf> Send for ServiceDescriptor<'buf>

impl<'buf> RefUnwindSafe for ServiceDescriptor<'buf>

impl<'buf> UnwindSafe for ServiceDescriptor<'buf>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]