pub struct DescDVB0x4D<'buf> { /* private fields */ }Expand description
ETSI EN 300 468 V1.15.1
Short event descriptor
Implementations§
Source§impl<'buf> DescDVB0x4D<'buf>
impl<'buf> DescDVB0x4D<'buf>
Trait Implementations§
Source§impl<'buf> Clone for DescDVB0x4D<'buf>
impl<'buf> Clone for DescDVB0x4D<'buf>
Source§fn clone(&self) -> DescDVB0x4D<'buf>
fn clone(&self) -> DescDVB0x4D<'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 DescDVB0x4D<'buf>
impl<'buf> RefUnwindSafe for DescDVB0x4D<'buf>
impl<'buf> Send for DescDVB0x4D<'buf>
impl<'buf> Sync for DescDVB0x4D<'buf>
impl<'buf> Unpin for DescDVB0x4D<'buf>
impl<'buf> UnwindSafe for DescDVB0x4D<'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