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