pub struct EIT<'buf> { /* private fields */ }
Expand description
ETSI EN 300 468 V1.15.1
Event Information Table
Implementations§
Trait Implementations§
Source§impl<'buf> WithHeader<'buf> for EIT<'buf>
impl<'buf> WithHeader<'buf> for EIT<'buf>
Source§impl<'buf> WithSyntaxSection<'buf> for EIT<'buf>
impl<'buf> WithSyntaxSection<'buf> for EIT<'buf>
Auto Trait Implementations§
impl<'buf> Freeze for EIT<'buf>
impl<'buf> RefUnwindSafe for EIT<'buf>
impl<'buf> Send for EIT<'buf>
impl<'buf> Sync for EIT<'buf>
impl<'buf> Unpin for EIT<'buf>
impl<'buf> UnwindSafe for EIT<'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