pub struct DescDVB0x48<'buf> { /* private fields */ }Expand description
ETSI EN 300 468 V1.15.1
Service descriptor
Implementations§
Source§impl<'buf> DescDVB0x48<'buf>
impl<'buf> DescDVB0x48<'buf>
pub fn new(buf: &'buf [u8]) -> DescDVB0x48<'buf>
pub fn service_type(&self) -> u8
pub fn service_provider_name_length(&self) -> u8
pub fn service_provider_name(&self) -> &'buf [u8] ⓘ
pub fn service_name_length(&self) -> u8
pub fn service_name(&self) -> &'buf [u8] ⓘ
Trait Implementations§
Source§impl<'buf> Clone for DescDVB0x48<'buf>
impl<'buf> Clone for DescDVB0x48<'buf>
Source§fn clone(&self) -> DescDVB0x48<'buf>
fn clone(&self) -> DescDVB0x48<'buf>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'buf> Freeze for DescDVB0x48<'buf>
impl<'buf> RefUnwindSafe for DescDVB0x48<'buf>
impl<'buf> Send for DescDVB0x48<'buf>
impl<'buf> Sync for DescDVB0x48<'buf>
impl<'buf> Unpin for DescDVB0x48<'buf>
impl<'buf> UnwindSafe for DescDVB0x48<'buf>
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